Inherited by RootLogger.
Most logging operations, except configuration, are done through this class.
Public Member Functions | |
~Logger () | |
void | addRef () const |
void | releaseRef () const |
virtual void | addAppender (const AppenderPtr &newAppender) |
Add newAppender to the list of appenders of this Logger instance. | |
void | callAppenders (const log4cxx::spi::LoggingEventPtr &event, log4cxx::helpers::Pool &p) const |
Call the appenders in the hierrachy starting at this . | |
void | closeNestedAppenders () |
Close all attached appenders implementing the AppenderAttachable interface. | |
void | debug (const std::string &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the DEBUG level. | |
void | debug (const std::string &msg) const |
Log a message string with the DEBUG level. | |
void | debug (const std::wstring &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the DEBUG level. | |
void | debug (const std::wstring &msg) const |
Log a message string with the DEBUG level. | |
void | debug (const std::basic_string< UniChar > &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the DEBUG level. | |
void | debug (const std::basic_string< UniChar > &msg) const |
Log a message string with the DEBUG level. | |
void | debug (const CFStringRef &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the DEBUG level. | |
void | debug (const CFStringRef &msg) const |
Log a message string with the DEBUG level. | |
void | error (const std::string &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | error (const std::string &msg) const |
Log a message string with the ERROR level. | |
void | error (const std::wstring &msg) const |
Log a message string with the ERROR level. | |
void | error (const std::wstring &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | error (const std::basic_string< UniChar > &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | error (const std::basic_string< UniChar > &msg) const |
Log a message string with the ERROR level. | |
void | error (const CFStringRef &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | error (const CFStringRef &msg) const |
Log a message string with the ERROR level. | |
void | fatal (const std::string &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the FATAL level. | |
void | fatal (const std::string &msg) const |
Log a message string with the ERROR level. | |
void | fatal (const std::wstring &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | fatal (const std::wstring &msg) const |
Log a message string with the ERROR level. | |
void | fatal (const std::basic_string< UniChar > &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | fatal (const std::basic_string< UniChar > &msg) const |
Log a message string with the ERROR level. | |
void | fatal (const CFStringRef &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the ERROR level. | |
void | fatal (const CFStringRef &msg) const |
Log a message string with the ERROR level. | |
void | forcedLog (const LevelPtr &level, const std::string &message, const log4cxx::spi::LocationInfo &location) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const std::string &message) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const std::wstring &message, const log4cxx::spi::LocationInfo &location) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const std::wstring &message) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const std::basic_string< UniChar > &message, const log4cxx::spi::LocationInfo &location) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const std::basic_string< UniChar > &message) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const CFStringRef &message, const log4cxx::spi::LocationInfo &location) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLog (const LevelPtr &level, const CFStringRef &message) const |
This method creates a new logging event and logs the event without further checks. | |
void | forcedLogLS (const LevelPtr &level, const LogString &message, const log4cxx::spi::LocationInfo &location) const |
This method creates a new logging event and logs the event without further checks. | |
bool | getAdditivity () const |
Get the additivity flag for this Logger instance. | |
AppenderList | getAllAppenders () const |
Get the appenders contained in this logger as an AppenderList. | |
AppenderPtr | getAppender (const LogString &name) const |
Look for the appender named as name . | |
virtual const LevelPtr & | getEffectiveLevel () const |
Starting from this logger, search the logger hierarchy for a non-null level and return it. | |
log4cxx::spi::LoggerRepositoryPtr | getLoggerRepository () const |
Return the the LoggerRepository where this Logger is attached. | |
const LogString | getName () const |
Get the logger name. | |
void | getName (std::string &name) const |
Get logger name in current encoding. | |
void | getName (std::wstring &name) const |
Get logger name. | |
void | getName (std::basic_string< UniChar > &name) const |
Get logger name. | |
void | getName (CFStringRef &name) const |
Get logger name. | |
LoggerPtr | getParent () const |
Returns the parent of this logger. | |
LevelPtr | getLevel () const |
Returns the assigned Level, if any, for this Logger. | |
helpers::ResourceBundlePtr | getResourceBundle () const |
Return the inherited ResourceBundle for this logger. | |
void | info (const std::string &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the INFO level. | |
void | info (const std::string &msg) const |
void | info (const std::wstring &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the INFO level. | |
void | info (const std::wstring &msg) const |
Log a message string with the INFO level. | |
void | info (const std::basic_string< UniChar > &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the INFO level. | |
void | info (const std::basic_string< UniChar > &msg) const |
Log a message string with the INFO level. | |
void | info (const CFStringRef &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the INFO level. | |
void | info (const CFStringRef &msg) const |
Log a message string with the INFO level. | |
bool | isAttached (const AppenderPtr &appender) const |
Is the appender passed as parameter attached to this logger? | |
bool | isDebugEnabled () const |
Check whether this logger is enabled for the DEBUG Level. | |
bool | isEnabledFor (const LevelPtr &level) const |
Check whether this logger is enabled for a given Level passed as parameter. | |
bool | isInfoEnabled () const |
Check whether this logger is enabled for the info Level. | |
bool | isWarnEnabled () const |
Check whether this logger is enabled for the warn Level. | |
bool | isErrorEnabled () const |
Check whether this logger is enabled for the error Level. | |
bool | isFatalEnabled () const |
Check whether this logger is enabled for the fatal Level. | |
bool | isTraceEnabled () const |
Check whether this logger is enabled for the trace level. | |
void | l7dlog (const LevelPtr &level, const LogString &key, const log4cxx::spi::LocationInfo &locationInfo, const std::vector< LogString > &values) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::string &key, const log4cxx::spi::LocationInfo &locationInfo) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::string &key, const log4cxx::spi::LocationInfo &locationInfo, const std::string &val1) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::string &key, const log4cxx::spi::LocationInfo &locationInfo, const std::string &val1, const std::string &val2) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::string &key, const log4cxx::spi::LocationInfo &locationInfo, const std::string &val1, const std::string &val2, const std::string &val3) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::wstring &key, const log4cxx::spi::LocationInfo &locationInfo) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::wstring &key, const log4cxx::spi::LocationInfo &locationInfo, const std::wstring &val1) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::wstring &key, const log4cxx::spi::LocationInfo &locationInfo, const std::wstring &val1, const std::wstring &val2) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::wstring &key, const log4cxx::spi::LocationInfo &locationInfo, const std::wstring &val1, const std::wstring &val2, const std::wstring &val3) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::basic_string< UniChar > &key, const log4cxx::spi::LocationInfo &locationInfo) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::basic_string< UniChar > &key, const log4cxx::spi::LocationInfo &locationInfo, const std::basic_string< UniChar > &val1) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::basic_string< UniChar > &key, const log4cxx::spi::LocationInfo &locationInfo, const std::basic_string< UniChar > &val1, const std::basic_string< UniChar > &val2) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const std::basic_string< UniChar > &key, const log4cxx::spi::LocationInfo &locationInfo, const std::basic_string< UniChar > &val1, const std::basic_string< UniChar > &val2, const std::basic_string< UniChar > &val3) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const CFStringRef &key, const log4cxx::spi::LocationInfo &locationInfo) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const CFStringRef &key, const log4cxx::spi::LocationInfo &locationInfo, const CFStringRef &val1) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const CFStringRef &key, const log4cxx::spi::LocationInfo &locationInfo, const CFStringRef &val1, const CFStringRef &val2) const |
Log a localized and parameterized message. | |
void | l7dlog (const LevelPtr &level, const CFStringRef &key, const log4cxx::spi::LocationInfo &locationInfo, const CFStringRef &val1, const CFStringRef &val2, const CFStringRef &val3) const |
Log a localized and parameterized message. | |
void | log (const LevelPtr &level, const std::string &message, const log4cxx::spi::LocationInfo &location) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const std::string &message) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const std::wstring &message, const log4cxx::spi::LocationInfo &location) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const std::wstring &message) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const std::basic_string< UniChar > &message, const log4cxx::spi::LocationInfo &location) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const std::basic_string< UniChar > &message) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const CFStringRef &message, const log4cxx::spi::LocationInfo &location) const |
This is the most generic printing method. | |
void | log (const LevelPtr &level, const CFStringRef &message) const |
This is the most generic printing method. | |
void | logLS (const LevelPtr &level, const LogString &message, const log4cxx::spi::LocationInfo &location) const |
This is the most generic printing method. | |
void | removeAllAppenders () |
Remove all previously added appenders from this logger instance. | |
void | removeAppender (const AppenderPtr &appender) |
Remove the appender passed as parameter form the list of appenders. | |
void | removeAppender (const LogString &name) |
Remove the appender with the name passed as parameter form the list of appenders. | |
void | setAdditivity (bool additive) |
Set the additivity flag for this Logger instance. | |
virtual void | setLevel (const LevelPtr &level) |
Set the level of this Logger. | |
void | setResourceBundle (const helpers::ResourceBundlePtr &bundle) |
Set the resource bundle to be used with localized logging methods. | |
void | warn (const std::wstring &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the WARN level. | |
void | warn (const std::wstring &msg) const |
Log a message string with the WARN level. | |
void | warn (const std::basic_string< UniChar > &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the WARN level. | |
void | warn (const std::basic_string< UniChar > &msg) const |
Log a message string with the WARN level. | |
void | warn (const CFStringRef &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the WARN level. | |
void | warn (const CFStringRef &msg) const |
Log a message string with the WARN level. | |
void | warn (const std::string &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the WARN level. | |
void | warn (const std::string &msg) const |
Log a message string with the WARN level. | |
void | trace (const std::wstring &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the TRACE level. | |
void | trace (const std::wstring &msg) const |
Log a message string with the TRACE level. | |
void | trace (const std::basic_string< UniChar > &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the TRACE level. | |
void | trace (const std::basic_string< UniChar > &msg) const |
Log a message string with the TRACE level. | |
void | trace (const CFStringRef &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the TRACE level. | |
void | trace (const CFStringRef &msg) const |
Log a message string with the TRACE level. | |
void | trace (const std::string &msg, const log4cxx::spi::LocationInfo &location) const |
Log a message string with the TRACE level. | |
void | trace (const std::string &msg) const |
Log a message string with the TRACE level. | |
const log4cxx::helpers::Mutex & | getMutex () const |
Static Public Member Functions | |
static LoggerPtr | getLogger (const std::string &name) |
Retrieve a logger by name in current encoding. | |
static LoggerPtr | getLogger (const char *const name) |
Retrieve a logger by name in current encoding. | |
static LoggerPtr | getLogger (const std::wstring &name) |
Retrieve a logger by name. | |
static LoggerPtr | getLogger (const wchar_t *const name) |
Retrieve a logger by name. | |
static LoggerPtr | getLogger (const std::basic_string< UniChar > &name) |
Retrieve a logger by name. | |
static LoggerPtr | getLogger (const CFStringRef &name) |
Retrieve a logger by name. | |
static LoggerPtr | getLoggerLS (const LogString &name) |
Retrieve a logger by name in Unicode. | |
static LoggerPtr | getRootLogger () |
Retrieve the root logger. | |
static LoggerPtr | getLoggerLS (const LogString &name, const log4cxx::spi::LoggerFactoryPtr &factory) |
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the factory parameter. | |
static LoggerPtr | getLogger (const std::string &name, const log4cxx::spi::LoggerFactoryPtr &factory) |
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the factory parameter. | |
static LoggerPtr | getLogger (const std::wstring &name, const log4cxx::spi::LoggerFactoryPtr &factory) |
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the factory parameter. | |
static LoggerPtr | getLogger (const std::basic_string< UniChar > &name, const log4cxx::spi::LoggerFactoryPtr &factory) |
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the factory parameter. | |
static LoggerPtr | getLogger (const CFStringRef &name, const log4cxx::spi::LoggerFactoryPtr &factory) |
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the factory parameter. | |
Protected Member Functions | |
Logger (log4cxx::helpers::Pool &pool, const LogString &name) | |
This constructor created a new logger instance and sets its name. | |
LogString | getResourceBundleString (const LogString &key) const |
Returns the string resource coresponding to key in this logger's inherited resource bundle. | |
void | setHierarchy (spi::LoggerRepository *repository) |
Only the Hierarchy class can set the hierarchy of a logger. | |
Protected Attributes | |
LogString | name |
The name of this logger. | |
LevelPtr | level |
The assigned level of this logger. | |
LoggerPtr | parent |
The parent of this logger. | |
helpers::ResourceBundlePtr | resourceBundle |
The resourceBundle for localized messages. | |
log4cxx::spi::LoggerRepository * | repository |
helpers::AppenderAttachableImplPtr | aai |
bool | additive |
Additivity is set to true by default, that is children inherit the appenders of their ancestors by default. | |
Friends | |
class | DefaultLoggerFactory |
class | Hierarchy |
class | log4cxx::helpers::synchronized |
|
This constructor created a new It is intended to be used by sub-classes only. You should not create categories directly.
|
|
|
|
Add
If Implements AppenderAttachable. |
|
Reimplemented from ObjectImpl. |
|
Call the appenders in the hierrachy starting at If no appenders could be found, emit a warning. This method calls all the appenders inherited from the hierarchy circumventing any evaluation of whether to log or not to log the particular log request.
|
|
Close all attached appenders implementing the AppenderAttachable interface.
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the DEBUG level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the ERROR level.
This method first checks if this logger is
|
|
Log a message string with the FATAL level.
This method first checks if this logger is
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
This method creates a new logging event and logs the event without further checks.
|
|
Get the additivity flag for this Logger instance.
|
|
Get the appenders contained in this logger as an AppenderList. If no appenders can be found, then an empty AppenderList is returned.
Implements AppenderAttachable. |
|
Look for the appender named as
Return the appender with that name if in the list. Return Implements AppenderAttachable. |
|
Starting from this logger, search the logger hierarchy for a non-null level and return it. The Logger class is designed so that this method executes as quickly as possible.
Reimplemented in RootLogger. |
|
Returns the assigned Level, if any, for this Logger.
|
|
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the This method is intended to be used by sub-classes.
|
|
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the This method is intended to be used by sub-classes.
|
|
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the This method is intended to be used by sub-classes.
|
|
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the This method is intended to be used by sub-classes.
|
|
Retrieve a logger by name.
|
|
Retrieve a logger by name.
|
|
Retrieve a logger by name.
|
|
Retrieve a logger by name.
|
|
Retrieve a logger by name in current encoding.
|
|
Retrieve a logger by name in current encoding.
|
|
Like getLogger except that the type of logger instantiated depends on the type returned by the LoggerFactory::makeNewLoggerInstance method of the This method is intended to be used by sub-classes.
|
|
Retrieve a logger by name in Unicode.
|
|
Return the the LoggerRepository where this
|
|
|
|
Get logger name.
|
|
Get logger name.
|
|
Get logger name.
|
|
Get logger name in current encoding.
|
|
Get the logger name.
|
|
Returns the parent of this logger. Note that the parent of a given logger may change during the lifetime of the logger.
The root logger will return |
|
Return the inherited ResourceBundle for this logger.
This method walks the hierarchy to find the appropriate resource bundle. It will return the resource bundle attached to the closest ancestor of this logger, much like the way priorities are searched. In case there is no bundle in the hierarchy then |
|
Returns the string resource coresponding to If the resource cannot be found, then an error message will be logged complaining about the missing resource.
|
|
Retrieve the root logger.
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
|
|
Log a message string with the INFO level.
This method first checks if this logger is
|
|
Is the appender passed as parameter attached to this logger?
Implements AppenderAttachable. |
|
Check whether this logger is enabled for the This function is intended to lessen the computational cost of disabled log debug statements.
For some logger->debug("debug message"); You incur the cost constructing the message, concatenation in this case, regardless of whether the message is logged or not. If you are worried about speed, then you should write if(logger->isDebugEnabled()) { logger->debug("debug message"); }
This way you will not incur the cost of parameter construction if debugging is disabled for
|
|
Check whether this logger is enabled for a given Level passed as parameter. See also isDebugEnabled.
|
|
Check whether this logger is enabled for the error Level. See also isDebugEnabled.
|
|
Check whether this logger is enabled for the fatal Level. See also isDebugEnabled.
|
|
Check whether this logger is enabled for the info Level. See also isDebugEnabled.
|
|
Check whether this logger is enabled for the trace level. See also isDebugEnabled.
|
|
Check whether this logger is enabled for the warn Level. See also isDebugEnabled.
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
Log a localized and parameterized message.
First, the user supplied
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
This is the most generic printing method. It is intended to be invoked by wrapper classes.
|
|
Reimplemented from ObjectImpl. |
|
Remove all previously added appenders from this logger instance. This is useful when re-reading configuration information. Implements AppenderAttachable. |
|
Remove the appender with the name passed as parameter form the list of appenders.
Implements AppenderAttachable. |
|
Remove the appender passed as parameter form the list of appenders.
Implements AppenderAttachable. |
|
Set the additivity flag for this Logger instance.
|
|
Only the Hierarchy class can set the hierarchy of a logger.
|
|
Set the level of this Logger. As in logger->setLevel(Level::getDebug()); Null values are admitted. Reimplemented in RootLogger. |
|
Set the resource bundle to be used with localized logging methods.
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the TRACE level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
Log a message string with the WARN level.
This method first checks if this logger is
|
|
|
|
|
|
|
|
|
|
Additivity is set to true by default, that is children inherit the appenders of their ancestors by default.
If this variable is set to |
|
The assigned level of this logger.
The |
|
The name of this logger.
|
|
The parent of this logger. All loggers have at least one ancestor which is the root logger. |
|
|
|
The resourceBundle for localized messages.
|