__callStatic() __callStatic(string $method, array $args) : mixed Forward call. Parameters string $method array $args Returns mixed
__call() __call(string $method, array $args) : mixed Forward call. Parameters string $method array $args Returns mixed
emergency() emergency(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
alert() alert(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
critical() critical(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
error() error(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
warning() warning(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
notice() notice(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
info() info(mixed $message, array $context = array() : void ) Parameters mixed $message array $context
debug() debug(mixed $message, array $context = array() : void ) Parameters mixed $message array $context