LoggerService extends BaseService implements ILogger
FinalYes
Table of Contents
Interfaces
Methods
- __clone() : mixed
- __wakeup() : mixed
- getInstance() : static
- log() : mixed
Methods
__clone()
public
__clone() : mixed
__wakeup()
public
__wakeup() : mixed
getInstance()
public
static getInstance() : static
Return values
staticlog()
public
log(int $level, string $message[, int $eventType = 0 ][, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $level : int
- $message : string
- $eventType : int = 0
- $context : array<string|int, mixed> = []