This package can log entries to different destinations and formats.
It can generate log entries with a given message. The log class will extract the calling position in the code to add the file name and line to the log message.
There are different log destination driver classes that can output the log message to display it as the current script output, to a file or silence the log message.
There are also different log message formatting driver classes to format the log message in HTML, plain text or no format. |