Class Log
AloFramework logger
- Psr\Log\LogLevel
-
AloFramework\Log\Log
implements
Psr\Log\LoggerInterface
uses
Psr\Log\LoggerTrait
public
|
#
__construct( string $logLevel =
Constructor |
public
string
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
private
boolean
|
|
protected static
string
|
alert(),
critical(),
debug(),
emergency(),
error(),
info(),
notice(),
warning()
|
alert(),
critical(),
debug(),
emergency(),
error(),
info(),
notice(),
warning()
|
ALERT,
CRITICAL,
DEBUG,
EMERGENCY,
ERROR,
INFO,
NOTICE,
WARNING
|
protected
string
|
$label
Log identifier |
|
protected
string
|
$savePath
Where the logs are stored |
|
protected
string
|
$level
Log level set |
|
private static
string
|
$SEPARATOR
Log element separator |
#
'|'
|
private static
array
|
$priority
Log levels and their priorities |
#
[self::DEBUG => 1,
self::INFO => 2,
self::NOTICE => 3,
self::WARNING => 4,
self::ERROR => 5,
self::CRITICAL => 6,
self::ALERT => 7,
self::EMERGENCY => 8]
|