Documentation

AbstractLogger

Table of Contents

alert()  : void
Action must be taken immediately.
critical()  : void
Critical conditions.
debug()  : void
Detailed debug information.
emergency()  : void
System is unusable.
error()  : void
Runtime errors that do not require immediate action but should typically.
info()  : void
Interesting events.
notice()  : void
Normal but significant events.
warning()  : void
Exceptional occurrences that are not errors.

Methods

alert()

Action must be taken immediately.

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

(array) $context

$context : array<string|int, mixed> = []
Tags
since
1.0.0
Return values
void

critical()

Critical conditions.

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

(array) $context

$context : array<string|int, mixed> = []
Tags
since
1.0.0
Return values
void

debug()

Detailed debug information.

public debug((string) $message[, (array) $context = [] ]) : void
Parameters
$message : (string)
$context : (array) = []
Tags
since
1.0.0
Return values
void

emergency()

System is unusable.

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

(array) $context

$context : array<string|int, mixed> = []
Tags
since
1.0.0
Return values
void

error()

Runtime errors that do not require immediate action but should typically.

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

(array) $context

$context : array<string|int, mixed> = []
Tags
since
1.0.0
Return values
void

info()

Interesting events.

public info((string) $message[, (array) $context = [] ]) : void
Parameters
$message : (string)
$context : (array) = []
Tags
since
1.0.0
Return values
void

notice()

Normal but significant events.

public notice((string) $message[, (array) $context = [] ]) : void
Parameters
$message : (string)
$context : (array) = []
Tags
since
1.0.0
Return values
void

warning()

Exceptional occurrences that are not errors.

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

(array) $context

$context : array<string|int, mixed> = []
Tags
since
1.0.0
Return values
void

Search results