Documentation

AthomosLoggerHandler extends AbstractProcessingHandler
in package

Table of Contents

__construct()  : mixed
Class constructor
write()  : void
This function will write the error message to the database, using the Bennu Log Model

Methods

__construct()

Class constructor

public __construct([int $level = Logger::DEBUG ][,  $bubble = true ]) : mixed
Parameters
$level : int = Logger::DEBUG
$bubble : = true
Return values
mixed

write()

This function will write the error message to the database, using the Bennu Log Model

protected write(array<string|int, mixed> $record) : void
Parameters
$record : array<string|int, mixed>
Return values
void

Search results