Skip to content

SYSTEM LOG log

Ulf Gebhardt edited this page Nov 21, 2024 · 3 revisions

SYSTEM\LOG\log

  • Class name:log
  • Namespace:SYSTEM\LOGConstants

###HANDLER_FUNC_CALLconst HANDLER_FUNC_CALL = 'CALL'Properties

###$handlersprivate mixed $handlers = array()

  • Visibility: private* This property is static.Methods

###registerHandlermixed SYSTEM\LOG\log::registerHandler($handler)

  • Visibility: public* This method is static.#### Arguments*$handler mixed ###call_handlersmixed SYSTEM\LOG\log::call_handlers(\Exception $E, $thrown)

  • Visibility: private* This method is static.#### Arguments*$E Exception*$thrown mixed ###__exception_handlermixed SYSTEM\LOG\log::__exception_handler(\Exception $E, $thrown)

  • Visibility: public* This method is static.#### Arguments*$E Exception*$thrown mixed ###__error_handlermixed SYSTEM\LOG\log::__error_handler($code, $message, $file, $line, $thrown)

  • Visibility: public* This method is static.#### Arguments*$code mixed*$message mixed*$file mixed*$line mixed*$thrown mixed ###__shutdown_handlermixed SYSTEM\LOG\log::__shutdown_handler($thrown)

  • Visibility: public* This method is static.#### Arguments*$thrown mixed ###__fatal_error_handlermixed SYSTEM\LOG\log::__fatal_error_handler($bufferContent, $thrown)

  • Visibility: public* This method is static.#### Arguments*$bufferContent mixed*$thrown mixed

Clone this wiki locally