\SYSTEM\LOGlog

Summary

Methods
Properties
Constants
registerHandler()
__exception_handler()
__error_handler()
__shutdown_handler()
__fatal_error_handler()
No public properties found
HANDLER_FUNC_CALL
No protected methods found
No protected properties found
N/A
call_handlers()
$handlers
N/A

Constants

HANDLER_FUNC_CALL

HANDLER_FUNC_CALL

Properties

$handlers

$handlers : 

Type

Methods

registerHandler()

registerHandler(  $handler) 

Parameters

$handler

__exception_handler()

__exception_handler(\Exception  $E,   $thrown = true) 

Parameters

\Exception $E
$thrown

__error_handler()

__error_handler(  $code,   $message,   $file,   $line,   $thrown = true) 

Parameters

$code
$message
$file
$line
$thrown

__shutdown_handler()

__shutdown_handler(  $thrown = true) 

Parameters

$thrown

__fatal_error_handler()

__fatal_error_handler(  $bufferContent,   $thrown = true) 

Parameters

$bufferContent
$thrown

call_handlers()

call_handlers(\Exception  $E,   $thrown = true) 

Parameters

\Exception $E
$thrown