\ManaPHP\LoggingLoggerInterface

Summary

Methods
Constants
setLevel()
getLevel()
getLevels()
setLazy()
debug()
info()
warn()
error()
fatal()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setLevel()

setLevel(integer|string  $level) : static

Parameters

integer|string $level

Returns

static

getLevel()

getLevel() : integer

Returns

integer

getLevels()

getLevels() : array

Returns

array

setLazy()

setLazy(boolean  $lazy = true) : static

Parameters

boolean $lazy

Returns

static

debug()

debug(string|array  $message, string  $category = null) : static

Sends/Writes a debug message to the log

Parameters

string|array $message
string $category

Returns

static

info()

info(string|array  $message, string  $category = null) : static

Sends/Writes an info message to the log

Parameters

string|array $message
string $category

Returns

static

warn()

warn(string|array  $message, string  $category = null) : static

Sends/Writes a warning message to the log

Parameters

string|array $message
string $category

Returns

static

error()

error(string|array  $message, string  $category = null) : static

Sends/Writes an error message to the log

Parameters

string|array $message
string $category

Returns

static

fatal()

fatal(string|array  $message, string  $category = null) : static

Sends/Writes a critical message to the log

Parameters

string|array $message
string $category

Returns

static