Frames | No Frames |
Constructors with parameter type org.objectweb.util.monolog.api.Logger | |
Methods with parameter type org.objectweb.util.monolog.api.Logger | |
void |
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger |
Methods with parameter type org.objectweb.util.monolog.api.Logger | |
void | Assigns the logger instance to use
|
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | Retrieves the logger instance used
|
Logger | LoggerFactory.getLogger(String key) This method permits to fetch a Logger. |
Logger | LoggerFactory.getLogger(String key, String resourceBundleName) This method permits to fetch a Logger. |
Logger[] | It retrieves a list of all loggers. |
Classes implementing org.objectweb.util.monolog.api.Logger | |
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. |
Fields of type org.objectweb.util.monolog.api.Logger | |
Logger | The root logger of the logger hierarchy
|
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | MonologLoggerFactory.getLogger(String key) This method permits to fetch a Logger. |
Logger | MonologLoggerFactory.getLogger(String key, String rbn) This method permits to fetch a Logger. |
Logger[] | It retrieves a list of all loggers. |
Classes implementing org.objectweb.util.monolog.api.Logger | |
class | This class wraps the Logger concept into the log4j world. |
Fields of type org.objectweb.util.monolog.api.Logger | |
Logger | The root logger of the logger hierarchy
|
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | MonologLoggerFactory.getLogger(String key) |
Logger | MonologLoggerFactory.getLogger(String key, String rbn) |
Logger[] |
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | AbstractFactory.getLogger(String key) This method permits to fetch a Logger. |
Logger[] | It retrieves a list of all loggers. |
Classes implementing org.objectweb.util.monolog.api.Logger | |
class | This class is a basic implementatio of the TopicalLogger interface. |
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | BasicFactory.getLogger(String _key) This method permits to fetch a Logger. |
Logger | BasicFactory.getLogger(String key, String resourceBundleName) This method permits to fetch a Logger. |
Logger[] | It retrieves a list of all loggers. |
Classes implementing org.objectweb.util.monolog.api.Logger | |
class | This class is a simple implementation of the Logger interface provided by
the monolog specification. |
Constructors with parameter type org.objectweb.util.monolog.api.Logger | |
It builds a PrintWriterImpl instance. | |
It builds a PrintWriterImpl instance. | |
It builds a PrintWriterImpl instance. | |
It builds a PrintWriterImpl instance. | |
It builds a PrintWriterImpl instance. |
Fields of type org.objectweb.util.monolog.api.Logger | |
Logger | |
Logger | The inner logger instance
|
Methods with parameter type org.objectweb.util.monolog.api.Logger | |
void | Assigns the logger instance to use
|
void | Assigns the logger instance to use
|
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | Retrieves the logger instance used
|
Logger | Retrieves the logger instance used
|
Logger | LoggerImpl.getLogger(String key) |
Logger | LoggerImpl.getLogger(String key, String resourceBundleName) |
Logger[] |
Classes implementing org.objectweb.util.monolog.api.Logger | |
class | Is an extension of the java.util.logging.Logger class used to wrap Monolog
on the logging system provided in the JDK since the 1.4 version. |
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | LoggerFactory.getLogger(String key) This method permits to fetch a Logger. |
Logger | LoggerFactory.getLogger(String key, String rbn) This method permits to fetch a Logger. |
Logger[] | It retrieves a list of all loggers. |
Fields of type org.objectweb.util.monolog.api.Logger | |
Logger |
Methods with return type org.objectweb.util.monolog.api.Logger | |
Logger | PropertiesConfAccess.parseLoggerProp(Properties prop, String key, LoggerFactory lof, HandlerFactory hf, LevelFactory lef) It parses a property entry to build or configure a Logger instance. |
Logger | It parses a property entry to build or configure a Logger instance. |