$errors
$errors : array
errors
Class LOGGER
log( $debugLevel = LOG_DEBUG, $Error = '', $Desc = '', $CC = null) : null
DESCRIPTOR: IE: This always returns a myclass
debugLevel see: JCORE/CONFIG/SERVICES/LOG/logServices.ini or http://us.php.net/manual/en/function.syslog.php Error: error name or ID Desc: long description CC: "Carbon Copy" send the log to another logger as well accepts: string [one of the Loggers defined in JCORE/LOAD/BOOTSTRAP.php] OR object an instantiated instance of this class or one that uses a "log" method with the same signature (debugLevel=LOG_DEBUG, Error ='', Desc ='')
$debugLevel | ||
$Error | ||
$Desc | ||
$CC |