Support_Resources_DefaultLoggerA simplistic logger that passes message to error_log and does rudimentary filtering based on the current error reporting setting.
Located in /support/lib/Support/Resources/DefaultLoggerProvider.php (line 41)
Constructor __construct (line 48)
Constructor
debug (line 61)
Log a debug message.
This message is logged if error reporting has any value greater than E_STRICT (e.g. if E_ALL is set).
error (line 94)
Log an error message.
This message is logged if error reporting includes E_ERROR
fatal (line 105)
Log a fatal error message.
This message is always passed to logging
info (line 72)
Log an info message.
This message is logged if error reporting includes E_NOTICE
log_message (line 115)
Send a message to the error log
timestamp (line 124)
Return a formatted timestamp
warn (line 83)
Log a warning message.
This message is logged if error reporting includes E_WARNING
Documentation generated on Wed, 25 Apr 2012 09:46:42 -0700 by phpDocumentor 1.4.3