\CI_Log

Logging Class

Summary

Methods
Properties
Constants
__construct()
write_log()
No public properties found
No constants found
No protected methods found
$_log_path
$_threshold
$_date_fmt
$_enabled
$_levels
N/A
No private methods found
No private properties found
N/A

Properties

$_log_path

$_log_path : 

Type

$_threshold

$_threshold : 

Type

$_date_fmt

$_date_fmt : 

Type

$_enabled

$_enabled : 

Type

$_levels

$_levels : 

Type

Methods

__construct()

__construct() 

Constructor

write_log()

write_log(  $level = 'error',   $msg,   $php_error = FALSE) : boolean

Write Log File

Generally this function will be called using the global log_message() function

Parameters

$level
$msg
$php_error

Returns

boolean