Class LogConfig
This class stores the configuration for objects for logging.
- Genetsis\core\LogConfig implements LoggerConfigurator
Namespace: Genetsis\core
Package: Genetsis
Category: Bean
Version: 2.0
Located at core/LogConfig.php
Package: Genetsis
Category: Bean
Version: 2.0
Located at core/LogConfig.php
public
|
|
public
|
#
configure(
Initialize objects for logging. We have two logs files: - gid-last-request.log: to see logger for the last request - gid-all-requests.log: to see all logger for all request |
protected
string
|
$threshold
The threshold for defining which messages should be stored. |
#
'OFF'
|
protected
string
|
$log_path
Full path to folder where logs will be saved. |
#
''
|