Class Config
Log configuration
- AloFramework\Config\AbstractConfig
- AloFramework\Log\Config
Namespace: AloFramework\Log
Author: Art a.molcanovas@gmail.com
Since: 2.0
Located at class/Config.php
Author: Art a.molcanovas@gmail.com
Since: 2.0
Located at class/Config.php
Methods summary
public
|
|
public
|
Constants summary
string |
LOG_LABEL
The default log label to use [SYSTEM] |
#
'logLabel'
|
string |
SAVE_PATH
The default path where to save the log file. [src/logs/YYYY-mm-dd.log] |
#
'savePath'
|
string |
LOG_LEVEL
The default logging level |
#
'logLevel'
|
Properties summary
Magic properties
public
string
|
$logLevel
The log level |
public
string
|
$savePath
The save path |
public
string
|
$logLabel
The log label |