Documentation

CheckoutLogger
in package

Table of Contents

Properties

$auth  : AuthComponent
$dispatcher  : Dispatcher
$logger  : Logger
$request  : Request
$requestUuid  : string
$router  : Router

Methods

__call()  : mixed
__construct()  : mixed
debug()  : bool
error()  : bool
info()  : bool
log()  : bool
notice()  : bool
warning()  : bool
getArguments()  : mixed
getDefaults()  : mixed
getRequestBody()  : mixed
getRequestUuid()  : mixed
stringify()  : mixed

Properties

Methods

__call()

public __call(mixed $name, mixed $arguments) : mixed
Parameters
$name : mixed
$arguments : mixed

debug()

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

error()

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

info()

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

log()

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

notice()

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

warning()

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

getArguments()

private getArguments(mixed $arguments) : mixed
Parameters
$arguments : mixed

stringify()

private stringify(mixed $var) : mixed
Parameters
$var : mixed

        
On this page

Search results