PHP Class Kraken\Log\LoggerWrapper

Inheritance: extends Monolog\Logger
Show file Open project: kraken-php/framework Class Usage Examples

Public Methods

Method Description
__construct ( string $name, array $handlers = [], array $processors = [] )

Method Details

__construct() public method

public __construct ( string $name, array $handlers = [], array $processors = [] )
$name string The logging channel
$handlers array Optional stack of handlers, the first one in the array is called first, etc.
$processors array Optional array of processors