Table of Contents
-
$dateFormat
: mixed
-
$handlers
: mixed
-
$threshold
: mixed
public
mixed
$dateFormat
= 'Y-m-d'
$handlers
public
mixed
$handlers
= [
//--------------------------------------------------------------------
// File Handler
//--------------------------------------------------------------------
'Tests\Support\Log\Handlers\TestHandler' => [
/*
* The log levels that this handler will handle.
*/
'handles' => ['critical', 'alert', 'emergency', 'debug', 'error', 'info', 'notice', 'warning'],
/*
* Logging Directory Path
*/
'path' => '',
],
]
$threshold
public
mixed
$threshold
= 9