Arikaim CMS

LoggerInterface

Logger interface

Table of Contents

Methods

error()  : bool
Add error log
info()  : bool
Add info log
log()  : bool
Add log record

Methods

error()

Add error log

public error(string $message[, array<string|int, mixed> $context = [] ]) : bool
Parameters
$message : string
$context : array<string|int, mixed> = []
Return values
bool

info()

Add info log

public info(string $message[, array<string|int, mixed> $context = [] ]) : bool
Parameters
$message : string
$context : array<string|int, mixed> = []
Return values
bool

log()

Add log record

public log(string $level, string $message[, array<string|int, mixed> $context = [] ]) : bool
Parameters
$level : string
$message : string
$context : array<string|int, mixed> = []
Return values
bool

        
On this page

Search results