Documentation

LogChannel
in package

Table of Contents

$app  : mixed
$name  : mixed
__construct()  : mixed
alert()  : void
debug()  : void
error()  : void
info()  : void
notice()  : void
warning()  : void
addRecord()  : void

Properties

$app

protected mixed $app

$name

protected mixed $name

Methods

__construct()

public __construct(string $name, mixed $app) : mixed
Parameters
$name : string
$app : mixed
Return values
mixed

alert()

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

debug()

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

error()

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

info()

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

notice()

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

warning()

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

addRecord()

protected addRecord(string $message[, mixed $type = 'info' ][, array<string|int, mixed>|null $context = null ]) : void
Parameters
$message : string
$type : mixed = 'info'
$context : array<string|int, mixed>|null = null
Return values
void

Search results