Class: NullLogger
Source Location: /CORE/system/classes/logger/NullLogger.php
Class NullLogger
Inherited Properties, Constants, and Methods
Methods
NullLogger NullLogger(
[
$logDefinition = '']
)
|
|
Parameters:
Redefinition of:
- Logger::finalize()
- Clean up all resources that might be used by this Logger!
void isModeEnabled(
$mode
)
|
|
Parameters:
Redefinition of:
- Logger::isModeEnabled()
- Returns if the given Mode is enabled.
Parameters:
Redefinition of:
- Logger::log()
- Log a message for a special mode, use this if you wanna use your own level/mode!
Parameters:
Redefinition of:
- Logger::logDebug()
- Messages of this Type are most often used for development or error search!
Parameters:
Redefinition of:
- Logger::logError()
- Messages of this Type will always be logged!
Parameters:
Redefinition of:
- Logger::logInfo()
- Messages of this Type are used for information messages.
void logScriptError(
$errno,
$errmsg,
$filename,
$linenum,
$vars
)
|
|
Parameters:
|
|
$errno: |
|
|
|
$errmsg: |
|
|
|
$filename: |
|
|
|
$linenum: |
|
|
|
$vars: |
|
Redefinition of:
- Logger::logScriptError()
- Callback function for the PHP logging mechanism.
Parameters:
Redefinition of:
- Logger::logSQL()
- Only SQL querys should be logged by this function, they have the lowest priority.
|
|