Documentation

MockLogger
in package

Table of Contents

$dateFormat  : mixed
$handlers  : mixed
$threshold  : mixed

Properties

$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' => '', ], ]

Search results