UDPLogger
extends Logger
in package
implements
IUDPLogger
FinalYes
Tags
Table of Contents
Interfaces
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
$instances
protected
array<string|int, mixed>
$instances
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : 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
critical()
{@inheritdoc}
public
critical(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
debug()
{@inheritdoc}
public
debug(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
emergency()
{@inheritdoc}
public
emergency(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
error()
{@inheritdoc}
public
error(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetLogger()
public
static getLogger([string $name = null ]) : ILogger
Parameters
- $name : string = null
Return values
ILoggergetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassinfo()
{@inheritdoc}
public
info(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
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
notice()
{@inheritdoc}
public
notice(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
warning()
{@inheritdoc}
public
warning(mixed $message[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
- $message : mixed
- $context : array<string|int, mixed> = []
Tags
init()
protected
init() : mixed