Interface and Description |
---|
org.objectweb.util.monolog.wrapper.common.Configurable
the use of this interface must be replaced by the use of the
MonologFactory interface. This interface is kept for the backward
compatibility.
|
Field and Description |
---|
org.objectweb.util.monolog.api.Handler.CONSOLE_HANDLER_TYPE
the type is a string now: "console"
|
org.objectweb.util.monolog.api.Handler.FILE_HANDLER_TYPE
the type is a string now: "file"
|
org.objectweb.util.monolog.api.Handler.GENERIC_HANDLER_TYPE
the type is a string now: "generic"
|
org.objectweb.util.monolog.api.Handler.JMX_HANDLER_TYPE
the type is a string now: "logger"
|
org.objectweb.util.monolog.api.Handler.LOGGER_HANDLER_TYPE
the type is a string now: "logger"
|
org.objectweb.util.monolog.Monolog.loggerFactory
use monologFactory
|
Method and Description |
---|
org.objectweb.util.monolog.Monolog.init()
use initialize()
|
org.objectweb.util.monolog.Monolog.init(Properties)
use getMonologFactory(Properties)
|
org.objectweb.util.monolog.Monolog.init(String)
use getMonologFactory(String)
|
org.objectweb.util.monolog.Monolog.loadMonologConfiguration(Properties, LoggerFactory)
use loadMonologConfiguration(Properties, MonologFactory)
|