[Logger] element index

Package indexes

All elements
a c f g l m r s _
_
top
__construct
Message::__construct() in message.php
Builds a Message object.
__construct
FileLogger::__construct() in filelogger.php
Builds the logger by setting the source folder and the supported levels.
a
top
add_message
Logger::add_message() in logger.php
Logs a message at the given level.
add_message
FileLogger::add_message() in filelogger.php
Adds a message to the set of message
c
top
clear_messages
Purges the logs of all the messages that are at the requested leve.
clear_messages
Clears all messages to the set of messages which are in the given level.
f
top
filelogger.php
filelogger.php in filelogger.php
FileLogger
FileLogger in filelogger.php
The FileLogger class is a concrete implementation of the abstract Logger class that stores log messages in files.
g
top
get_level
Message::get_level() in message.php
Returns the level of the message.
get_message
Message::get_message() in message.php
Returns the message as a string, creation date and message level excluded.
l
top
$levels
Logger::$levels in logger.php
logger.php
logger.php in logger.php
Logger
Logger in logger.php
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.
m
top
message.php
message.php in message.php
Message
Message in message.php
Message objects are returned by the Logger::retrieve_messages() method, and contain information about the logged message, such as the date when the message was logged and the message's level.
r
top
retrieve_messages
Retrieves all messages logged at the requested level.
retrieve_messages
Retirves all messages to the set of messages which are in the given level.
s
top
set_date
Message::set_date() in message.php
Changes the date the message was created.
a c f g l m r s _