Frames | No Frames |
Deprecated Interfaces | |
Configurable the use of this interface must be replaced by the use of the
MonologFactory interface. |
Deprecated Fields | |
org.objectweb.util.monolog.api.Handler.FILE_HANDLER_TYPE the type is a string now: "file" | |
org.objectweb.util.monolog.api.Handler.CONSOLE_HANDLER_TYPE the type is a string now: "console" | |
org.objectweb.util.monolog.api.Handler.GENERIC_HANDLER_TYPE the type is a string now: "generic" | |
org.objectweb.util.monolog.api.Handler.LOGGER_HANDLER_TYPE the type is a string now: "logger" | |
org.objectweb.util.monolog.Monolog.loggerFactory use monologFactory |
Deprecated Methods | |
org.objectweb.util.monolog.Monolog.init() use initialize() | |
org.objectweb.util.monolog.Monolog.init(String) use getMonologFactory(String) | |
org.objectweb.util.monolog.Monolog.init(Properties) use getMonologFactory(Properties) | |
org.objectweb.util.monolog.Monolog.loadMonologConfiguration(Properties,LoggerFactory) use loadMonologConfiguration(Properties, MonologFactory) |