CALL
Error handler Interface provided by System to derive your own loghandlers from.
SYSTEM\LOG
CALL(\Exception $E, boolean $thrown) : boolean
\Exception
Thrown Execption to be handled
boolean
Was the Exception thrown?
Returns true or false.