Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Codeigniter 如何向CI中的日志文件添加一些样式_Codeigniter_Logging_Formatting - Fatal编程技术网

Codeigniter 如何向CI中的日志文件添加一些样式

Codeigniter 如何向CI中的日志文件添加一些样式,codeigniter,logging,formatting,Codeigniter,Logging,Formatting,我正在使用CodeIgniter一段时间,我想给CI日志系统添加一些样式 为什么我需要在日志文件中添加一些样式 1. CI log messages system is very congested. 2. message formats are not tidy enough. 我想在CI日志文件中添加什么 1. Different indication for different log messages. 2. Align the log messages so we can see

我正在使用CodeIgniter一段时间,我想给CI日志系统添加一些样式

为什么我需要在日志文件中添加一些样式

1. CI log messages system is very congested.
2. message formats are not tidy enough. 
我想在CI日志文件中添加什么

1. Different indication for different log messages.
2. Align the log messages so we can see and understand properly.
3. Highlight some messages for references. 

那么,我应该在日志文件中做哪些更改,或者我应该放弃更改日志消息格式和样式的想法。

@shafiq先生,我刚刚检查了您建议的链接。谢谢。但是我们不能让日志文件更合适一些,管理更多的消息吗@是的,你可以。这取决于您希望如何显示日志文件。检查这些链接,希望它能帮助你