共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Apache Log Regex |
Apache Log Regex
|
2 | 0 | 21 |
贡献者 | 讨论 | 代码提交 |
Apache Log Regex is designed to be a simple class to parse Apache log files. It provides functionalities to parse a line from an Apache log file into a hash.
It takes an Apache logging format and generates a regular expression which is used to parse a line from a log file and returns a Hash with keys corresponding to the fields defined in the log format.
The log format should match the one defined in your Apache configuration file with the LogFormat directive.