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 class
BaseLogger
class
ConsoleLogger
class
EmailLogger
class
FileLogger
class
SocketLogger
class 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. loggers
Methods in org.openas2.logging with parameters of type Logger Modifier and Type Method Description void
LogManager. addLogger(Logger logger)
Method parameters in org.openas2.logging with type arguments of type Logger Modifier and Type Method Description void
LogManager. setLoggers(java.util.List<Logger> listeners)
-