Documentation

ILogger

Table of Contents

Methods

debug()  : void
error()  : void
info()  : void
log()  : void
notice()  : void
warning()  : void

Methods

debug()

public debug(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string|int, mixed> = []

error()

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

info()

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

log()

public log(string $type, string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$type : string
$message : string
$context : array<string|int, mixed> = []

notice()

public notice(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string|int, mixed> = []

warning()

public warning(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string|int, mixed> = []

        
On this page

Search results