INFO

Extends \SYSTEM\LOG\SYSTEM_EXCEPTION

Info Log Class provided by System for logging Infos.

All other log Classes are derived from this.

package

SYSTEM\LOG

Methods

Construct the Error

__construct(string $message = "", integer $code = 1, \Exception $previous = NULL) 
inherited

Arguments

$message

string

Error Message

$code

integer

Error Code

$previous

\Exception

Previous Error leading to this one.

Properties

bool Variable to store if the Exception was logged already

logged : 
inherited

Type(s)

bool Variable to store if the Exceptions was logged as Todo

todo_logged : 
inherited

Type(s)