The Logger class is an abstract class that is intended to be used in libraries that do no want to impose a particular logging format and/or way of recording log messages.
The class also defines a couple of logs management functions to retrieve and suppress logs.
All methods must be implemented in concrete subclasses.
Located in /common/logger/interface/logger.php (line 32)
| Class | Description |
|---|---|
| FileLogger | The FileLogger class is a concrete implementation of the abstract Logger class that stores log messages in files. |
Logs a message at the given level.
Purges the logs of all the messages that are at the requested leve.
Retrieves all messages logged at the requested level.
Documentation generated on Tue, 17 Nov 2009 19:00:39 +0100 by phpDocumentor 1.4.2