The FileLogger class is a concrete implementation of the abstract Logger class that stores log messages in files.
Each message ends up in a file named after the level of the message.
3 levels of messages are maintained by default:
Located in /common/logger/implementation/filelogger/filelogger.php (line 40)
Logger | --FileLogger
Builds the logger by setting the source folder and the supported levels.
Adds a message to the set of message
Clears all messages to the set of messages which are in the given level.
Retirves all messages to the set of messages which are in the given level.
Inherited From Logger
Logger::add_message()
Logger::clear_messages()
Logger::retrieve_messages()
Documentation generated on Tue, 17 Nov 2009 19:00:38 +0100 by phpDocumentor 1.4.2