rss Tags : systemlogwriter

systemLogWriter

Base writer providing shared methods for sending log messages to a destination More »

Posted in System on 19 Nov 2009 @ 20:31


systemLogWriterFile

Writes log messages to a file More »

Posted in System on 19 Nov 2009 @ 20:31


systemLogWriterCli

Writes log messages to the command line More »

Posted in System on 19 Nov 2009 @ 20:31


systemLogWriterEmail

Sends log messages to an email address once the system shuts down through either failure or natural end of execution. This writer will cache the message until it reaches a certain size, rather than sending an individual email for every message logged... More »

Posted in System on 19 Nov 2009 @ 20:31


systemLogWriterFirePhp

Writes log messages to FirePHP via the FirePHPCore class. Useful only really for Ajax logging as it requires output buffering to send the headers which may or may not break the template engine in use at the time. Testing with Smarty has seen no major... More »

Posted in System on 19 Nov 2009 @ 20:31

systemLogWriterScreen

Writes log messages in HTML format for web processes. Optionally a "pretty" flag causes the messages to be further marked up with span and classes for styling. Otherwise the message is dumped in a block. More »

Posted in System on 19 Nov 2009 @ 20:31


First Page Previous Page
Next Page Last Page