Frames | No Frames |
Constructors with parameter type org.objectweb.util.monolog.api.MonologFactory | |
Classes implementing org.objectweb.util.monolog.api.MonologFactory | |
class | Copyright (C) 2001-2003 France Telecom R&D
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version. |
Classes implementing org.objectweb.util.monolog.api.MonologFactory | |
class | This class wraps the LoggerFactory, HandlerFactory, LevelFactory concepts
into the log4j world. |
Classes implementing org.objectweb.util.monolog.api.MonologFactory | |
class |
Classes implementing org.objectweb.util.monolog.api.MonologFactory | |
class | This class is a basic implementation of the monolog factories
(HandlerFactory, LoggerFactory and LevelFactory). |
Classes implementing org.objectweb.util.monolog.api.MonologFactory | |
class | This class is a simple implementation of the Logger interface provided by
the monolog specification. |
Classes implementing org.objectweb.util.monolog.api.MonologFactory | |
class | is the LoggerFactory for the wrapper to java.util.logging
|
Fields of type org.objectweb.util.monolog.api.MonologFactory | |
MonologFactory | is the last required logger factory. |
Methods with parameter type org.objectweb.util.monolog.api.MonologFactory | |
void | Loads a monolog configuration into an existing MonologFactory. |
Methods with return type org.objectweb.util.monolog.api.MonologFactory | |
MonologFactory | |
MonologFactory | |
MonologFactory | Monolog.getMonologFactory(Properties properties) Initializes monolog in with a Properties instance. |
MonologFactory | Monolog.getMonologFactory(String fileName) Initializes Monolog with a given monolog configuration file name
if the file is found, it delegates the intialization to init(Properties)
method. |
MonologFactory | Initializes Monolog. |
MonologFactory | Monolog.instanciateMonologFactory(String className) Retrieves a MonologFactory instance. |
Methods with parameter type org.objectweb.util.monolog.api.MonologFactory | |
void | |
Logger | It parses a property entry to build or configure a Logger instance. |
void | |
void |