CodeIgniter v4.5 API

MockLogger
in package

Table of Contents

Properties

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

Properties

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

        
On this page

Search results