CheckoutLogger
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
$auth
private
AuthComponent
$auth
$dispatcher
private
Dispatcher
$dispatcher
$logger
private
Logger
$logger
$request
private
Request
$request
$requestUuid
private
string
$requestUuid
$router
private
Router
$router
__call()
public
__call(mixed $name, mixed $arguments) : mixed
Parameters
-
$name
: mixed
-
-
$arguments
: mixed
-
__construct()
public
__construct(Request $request, FileBasedLogger $logger, AuthComponent $auth) : mixed
Parameters
-
$request
: Request
-
-
$logger
: FileBasedLogger
-
-
$auth
: AuthComponent
-
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'
-
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'
-
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'
-
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>
= = '[]'
-
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'
-
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'
-
getArguments()
private
getArguments(mixed $arguments) : mixed
Parameters
-
$arguments
: mixed
-
getDefaults()
private
getDefaults() : mixed
getRequestBody()
private
getRequestBody() : mixed
getRequestUuid()
private
getRequestUuid() : mixed
stringify()
private
stringify(mixed $var) : mixed
Parameters
-
$var
: mixed
-