Class flLog
flLog Class
Static class to provide logging functionality.
Abstract
Package: fusionLib
Copyright: Copyright (c) 2016 fusionLib. All rights reserved.
Located at system/libs/Log/flLog.php
Package: fusionLib
Copyright: Copyright (c) 2016 fusionLib. All rights reserved.
Located at system/libs/Log/flLog.php
Methods summary
public static
|
#
pushHandler(
Add a log handler to the system. |
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
Constants summary
integer |
DEBUG
Logging levels. |
#
100
|
integer |
INFO
|
#
200
|
integer |
NOTICE
|
#
300
|
integer |
WARNING
|
#
400
|
integer |
ERROR
|
#
500
|
integer |
CRITICAL
|
#
600
|
integer |
ALERT
|
#
700
|
integer |
EMERGENCY
|
#
800
|
Properties summary
protected static
array
|
$levels
Map of levels to level names. |
#
array(
self::DEBUG => 'DEBUG',
self::INFO => 'INFO',
self::NOTICE => 'NOTICE',
self::WARNING => 'WARNING',
self::ERROR => 'ERROR',
self::CRITICAL => 'CRITICAL',
self::ALERT => 'ALERT',
self::EMERGENCY => 'EMERGENCY'
)
|
protected static
array
|
$handlers
Array of log handlers. |
#
array()
|
protected static
string
|
$name
The name of the channel. |
#
''
|