MockLogger
in package
Table of Contents
Properties
- $dateFormat : mixed
- $handlers : mixed
- $threshold : mixed
Properties
$dateFormat
public
mixed
$dateFormat
= 'Y-m-d'
$handlers
public
mixed
$handlers
= [
// File Handler
\Tests\Support\Log\Handlers\TestHandler::class => [
// 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