Skip to content
Ulf Gebhardt edited this page Jul 25, 2017 · 3 revisions

ERROR

Error Log Class provided by System for all kinds of Errors.

All other log Classes are derived from this.

Properties

$logged

public mixed $logged = false

bool Variable to store if the Exception was logged already

  • Visibility: public

$todo_logged

public mixed $todo_logged = false

bool Variable to store if the Exceptions was logged as Todo

  • Visibility: public

Methods

__construct

mixed SYSTEM\LOG\SYSTEM_EXCEPTION::__construct(string $message, integer $code, \Exception $previous)

Construct the Error

Arguments

  • $message string - <p>Error Message</p>
  • $code integer - <p>Error Code</p>
  • $previous Exception - <p>Previous Error leading to this one.</p>
Clone this wiki locally