$_log_path
$_log_path : string
Path to save log files
Logging Class
_format_line(string $level, string $date, string $message) : string
Format the log line.
This is for extensibility of log formatting If you want to change the log format, extend the CI_Log class and override this method
string | $level | The error level |
string | $date | Formatted date string |
string | $message | The log message |
Formatted log line with a new line character '\n' at the end