Uses of Interface
de.willuhn.logging.targets.Target
Packages that use Target
-
Uses of Target in de.willuhn.logging
Methods in de.willuhn.logging with parameters of type TargetModifier and TypeMethodDescriptionstatic voidFuegt 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 TargetModifier and TypeClassDescriptionclassImplementierung eines Targets, welches nach einer definierten Dateigroesse das Log-File rotiert und optional zippt.classTarget, welches in einen OutputStream schreibt.classTarget, welches an einen Syslog-Server loggen kann.