\Pluf_Log

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.

Summary

Methods
Properties
Constants
flushHandler()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

flushHandler()

flushHandler(  $signal,   $params) 

Signal handler to flush the log.

The name of the signal and the parameters are not used.

Parameters

$signal
$params