文件名称:node-apache-log-parser
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-22 04:32:23
JavaScript
简单的 Apache 日志文件解析器/打印机格式化程序 var apachelog = require ( 'node-apache-log-parser' ) ; // [line] a line from the apache log file, fmt is 'common' by default, // supports 'error' for parsing error files var logObject = apachelog . parse ( line , [ fmt ] ) ; NPM 安装依赖项(使用 npm 颜色) git clone https://github.com/nickolanack/node-apache-log-parser.git cd node-apache-log-parser npm install 或在 package.json
【文件预览】:
node-apache-log-parser-master
----.project(215B)
----.travis.yml(108B)
----README.md(745B)
----log-parser.js(1020B)
----tests()
--------test.js(3KB)
----apache-format()
--------joomla.js(202B)
--------received.js(541B)
--------time.js(316B)
--------geolive.js(1KB)
--------status.js(330B)
--------size.js(495B)
--------method.js(268B)
----apache-parse()
--------stats.js(1KB)
--------error.js(855B)
--------common.js(821B)
----package.json(690B)