Uses of Interface
org.openas2.logging.Logger
-
Packages that use Logger Package Description org.openas2.logging -
-
Uses of Logger in org.openas2.logging
Classes in org.openas2.logging that implement Logger Modifier and Type Class Description classBaseLoggerclassConsoleLoggerclassEmailLoggerclassFileLoggerclassSocketLoggerclass to write log meesage to a socketFields in org.openas2.logging with type parameters of type Logger Modifier and Type Field Description private java.util.List<Logger>LogManager. loggersMethods in org.openas2.logging with parameters of type Logger Modifier and Type Method Description voidLogManager. addLogger(Logger logger)Method parameters in org.openas2.logging with type arguments of type Logger Modifier and Type Method Description voidLogManager. setLoggers(java.util.List<Logger> listeners)
-