EMERGENCY = 'emergency'
ALERT = 'alert'
CRITICAL = 'critical'
ERROR = 'error'
WARNING = 'warning'
NOTICE = 'notice'
INFO = 'info'
DEBUG = 'debug'
$options :
$path :
__construct()
reset()
log( $level, $message, array $context = array())
emergency( $message, array $context = array())
alert( $message, array $context = array())
critical( $message, array $context = array())
error( $message, array $context = array())
warning( $message, array $context = array())
notice( $message, array $context = array())
info( $message, array $context = array())
debug( $message, array $context = array())
initOptions(array $options)