Uses of Interface
de.willuhn.logging.targets.Target
-
Packages that use Target Package Description de.willuhn.logging de.willuhn.logging.targets -
-
Uses of Target in de.willuhn.logging
Methods in de.willuhn.logging with parameters of type Target Modifier and Type Method Description static voidLogger. addTarget(Target target)Fuegt der Liste der Ausgabe-Targets ein weiteres hinzu.static voidLogger. removeTarget(Target target)Entfernt ein Target aus der Liste. -
Uses of Target in de.willuhn.logging.targets
Classes in de.willuhn.logging.targets that implement Target Modifier and Type Class Description classLogrotateTargetImplementierung eines Targets, welches nach einer definierten Dateigroesse das Log-File rotiert und optional zippt.classOutputStreamTargetTarget, welches in einen OutputStream schreibt.classSyslogTargetTarget, welches an einen Syslog-Server loggen kann.
-