Méthode |
Description |
|
add ( $type, $logLevel ) : Gpf_Log_LoggerBase |
attachs new log system |
|
addLogger ( Gpf_Log_LoggerBase $logger, integer $logLevel ) : Gpf_Log_LoggerBase |
|
|
checkLoggerTypeExists ( unknown_type $type ) : unknown |
Checks if logger with te specified type was already initialized |
|
critical ( string $message, string $logGroup = null ) |
logs critical error message |
|
debug ( string $message, string $logGroup = null ) |
logs debug message |
|
disableType ( $type ) |
|
|
enableAllTypes ( ) |
|
|
enableType ( $type ) |
|
|
error ( string $message, string $logGroup = null ) |
logs error message |
|
getCustomParameter ( string $name ) : string |
returns custom parameter |
|
getGroup ( ) |
|
|
getInstance ( string $instanceName = '_' ) : Gpf_Log_Logger |
returns instance of logger class. |
|
info ( string $message, string $logGroup = null ) |
logs info message |
|
isLogToDisplay ( ) : boolean |
returns true if debugging writes log to display |
|
isLoggerInsert ( $sqlString ) |
|
|
log ( string $message, string $logLevel, string $logGroup = null ) |
logs message |
|
removeAll ( ) |
|
|
setCustomParameter ( string $name, string $value ) |
function sets custom parameter for the logger |
|
setGroup ( $group = null ) |
|
|
setType ( $type ) |
|
|
warning ( string $message, string $logGroup = null ) |
logs warning message |
|