flushHandler()
flushHandler( $signal, $params)
Signal handler to flush the log.
The name of the signal and the parameters are not used.
Parameters
$signal | ||
$params |
Pluf Logger
The removal of constraints on the log message simplify the log system as you can push into it categories or extra informations.
In the log stack, each log message is microtimed together with the log level as integer. You can convert the integer to string at write time.