Keywords: No keywords
Authors: Any author
Categories: System
New Search
Base writer providing shared methods for sending log messages to a destination More »
Posted in System on 19 Nov 2009 @ 20:31
Writes log messages to a file More »
Posted in System on 19 Nov 2009 @ 20:31
Writes log messages to the command line More »
Posted in System on 19 Nov 2009 @ 20:31
Writes log messages to a database that will then be written to files by a single process e.g. loggingd. This implementation uses the object systemLogQueue for MySQL. More »
Posted in System on 19 Nov 2009 @ 20:31
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
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
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
systemDaoInterface provides standard method for all data objects More »
Posted in System on 19 Nov 2009 @ 20:31
systemDaoValidator systemDaoValidator Interface More »
Posted in System on 19 Nov 2009 @ 20:31
systemConfig class extends systemConfigBase and adds specific methods to fetch frequently used parameters. These include the database DSN which will be populated with the username, database etc if they are set, timezone, users, paths etc. Note: in mo... More »
Posted in System on 19 Nov 2009 @ 20:31