-
Notifications
You must be signed in to change notification settings - Fork 0
MY_Log
Mathieu Nayrolles edited this page Jan 20, 2016
·
1 revision
Logging Class
- Class name: MY_Log
- Namespace:
protected mixed $_threshold = 1
- Visibility: protected
protected mixed $_date_fmt = 'Y-m-d H:i:s'
- Visibility: protected
protected mixed $_levels = array('ERROR' => '1', 'DEBUG' => '2', 'INFO' => '3', 'ALL' => '4')
- Visibility: protected
mixed MY_Log::__construct()
Constructor
- Visibility: public
boolean MY_Log::write_log($level, $msg, $php_error)
Write Log to php://stderr
Generally this function will be called using the global log_message() function
- Visibility: public
- $level mixed
- $msg mixed
- $php_error mixed