Documentation

HTTPLogger extends Logger
in package
implements IHTTPLogger

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

link
http://airportruns.ca
since

Version 0.1.0

Table of Contents

Interfaces

IHTTPLogger

Properties

$instances  : array<string|int, mixed>
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
alert()  : mixed
{@inheritdoc}
critical()  : mixed
{@inheritdoc}
debug()  : mixed
{@inheritdoc}
emergency()  : mixed
{@inheritdoc}
error()  : mixed
{@inheritdoc}
extends()  : bool
getLogger()  : ILogger
getReflection()  : ReflectionClass
info()  : mixed
{@inheritdoc}
log()  : mixed
{@inheritdoc}
notice()  : mixed
{@inheritdoc}
warning()  : mixed
{@inheritdoc}
init()  : mixed

Properties

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

alert()

{@inheritdoc}

public alert(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::alert()

critical()

{@inheritdoc}

public critical(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::critical()

debug()

{@inheritdoc}

public debug(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::debug()

emergency()

{@inheritdoc}

public emergency(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::emergency()

error()

{@inheritdoc}

public error(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::error()

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

info()

{@inheritdoc}

public info(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::info()

log()

{@inheritdoc}

public log(mixed $level, mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$level : mixed
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::log()

notice()

{@inheritdoc}

public notice(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::notice()

warning()

{@inheritdoc}

public warning(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : mixed
$context : array<string|int, mixed> = []
Tags
see
ILogger::warning()

        
On this page

Search results