This class has been deprecated and replaced by the Logger subclass.
Located in /Logger.php (line 44)
Class | Description |
---|---|
LoggerRoot | The root logger. |
Additivity is set to true by default, that is children inherit the appenders of their ancestors by default.
Get a Logger by name (Delegate to LoggerManager)
get the Root Logger (Delegate to LoggerManager)
Constructor.
Add a new Appender to the list of appenders of this Category instance.
If assertion parameter is false, then logs msg as an error statement.
Call the appenders in the hierarchy starting at this.
Log a message object with the DEBUG level including the caller.
Log a message object with the ERROR level including the caller.
Deprecated. Please use LoggerManager::exists() instead.
Log a message object with the FATAL level including the caller.
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 appenders contained in this category as an array.
Look for the appender named as name.
Please use the getEffectiveLevel() method instead.
Please use LoggerManager::getCurrentLoggers() instead.
Please use LoggerManager::getLoggerRepository() instead.
Starting from this category, search the category hierarchy for a non-null level and return it.
Retrieve a category with named as the name parameter.
Return the the repository where this Category is attached.
Return the category name.
Please use getLevel() instead.
Return the inherited ResourceBundle for this category.
Returns the string resource corresponding to key in this category's inherited resource bundle.
Log a message object with the INFO Level.
Is the appender passed as parameter attached to this category?
Check whether this category is enabled for the DEBUG Level.
Check whether this category is enabled for a given Level passed as parameter.
Check whether this category is enabled for the info Level.
Log a localized and parameterized message.
This generic form is intended to be used by wrappers.
Remove all previously added appenders from this Category instance.
Remove the appender passed as parameter form the list of appenders.
Set the additivity flag for this Category instance.
Only the Hierarchy class can set the hierarchy of a category.
Set the level of this Category.
Set the resource bundle to be used with localized logging methods
Log a message with the WARN level.
Documentation generated by phpDocumentor 1.3.2