This class has been deprecated and replaced by the Logger subclass.
This class has been deprecated and replaced by the Logger subclass.
Located in Program_Root/src/log4php/LoggerCategory.php (line 30)
| Class | Description |
|---|---|
| Logger | Main class for logging operations |
Constructor.
Constructor.
Add newAppender to the list of appenders of this Category instance.
Add newAppender to the list of appenders of this Category instance.
If assertion parameter is false, then logs msg as an error statement.
If assertion parameter is false, then logs msg as an error statement.
Call the appenders in the hierrachy starting at this.
Call the appenders in the hierrachy starting at this.
Log a message object with the DEBUG level including the caller.
Log a message object with the DEBUG level including the caller.
Log a message object with the LOGGER_LEVEL_ERROR level including the caller.
Log a message object with the LOGGER_LEVEL_ERROR level including the caller.
Deprecated.
Deprecated. Please use LoggerManager::exists() instead.
Log a message object with the LOGGER_LEVEL_FATAL level including the caller.
Log a message object with the LOGGER_LEVEL_FATAL level including the caller.
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. It should not be called directly. Use info(), debug(), warn(), error() and fatal() wrappers.
Get the additivity flag for this Category instance.
Get the additivity flag for this Category instance.
Get the appenders contained in this category as an Enumeration.
Get the appenders contained in this category as an Enumeration.
Look for the appender named as name.
Look for the appender named as name.
Please use the getEffectiveLevel() method instead.
Please use the getEffectiveLevel() method instead.
Please use LoggerManager::getCurrentLoggers() instead.
Please use LoggerManager::getCurrentLoggers() instead.
Please use LoggerManager::getLoggerRepository() instead.
Please use LoggerManager::getLoggerRepository() instead.
Starting from this category, search the category hierarchy for a non-null level and return it.
Starting from this category, search the category hierarchy for a non-null level and return it.
Please use getLoggerRepository() instead.
Please use getLoggerRepository() instead.
Retrieve a category with named as the name parameter.
Retrieve a category with named as the name parameter.
Returns the assigned Level, if any, for this Category.
Returns the assigned Level, if any, for this Category.
Return the the LoggerRepository where this Category is attached.
Return the the LoggerRepository where this Category is attached.
Returns the parent of this category.
Returns the parent of this category.
Return the inherited ResourceBundle for this category.
Return the inherited ResourceBundle for this category.
Returns the string resource coresponding to key in this category's inherited resource bundle.
Returns the string resource coresponding to key in this category's inherited resource bundle.
Return the root of the default category hierrachy.
Return the root of the default category hierrachy.
Log a message object with the LOGGER_LEVEL_INFO Level.
Log a message object with the LOGGER_LEVEL_INFO Level.
Is the appender passed as parameter attached to this category?
Is the appender passed as parameter attached to this category?
Check whether this category is enabled for the LOGGER_LEVEL_DEBUG Level.
Check whether this category is enabled for the LOGGER_LEVEL_DEBUG Level.
Check whether this category is enabled for a given Level passed as parameter.
Check whether this category is enabled for a given Level passed as parameter.
Check whether this category is enabled for the info Level.
Check whether this category is enabled for the info Level.
Log a localized and parameterized message.
Log a localized and parameterized message.
This generic form is intended to be used by wrappers.
This generic form is intended to be used by wrappers.
Remove all previously added appenders from this Category instance.
Remove all previously added appenders from this Category instance.
Remove the appender passed as parameter form the list of appenders.
Remove the appender passed as parameter form the list of appenders.
Set the additivity flag for this Category instance.
Set the additivity flag for this Category instance.
Set the level of this Category.
Set the level of this Category.
Set the resource bundle to be used with localized logging methods
Set the resource bundle to be used with localized logging methods
Log a message with the LOGGER_LEVEL_WARN level.
Log a message with the LOGGER_LEVEL_WARN level.
Documentation generated on Wed, 27 Aug 2003 18:11:37 +0200 by phpDocumentor 1.2.2