https://github.com/book/regexp-log
A base class for log files regexp builders
https://github.com/book/regexp-log
Last synced: about 1 year ago
JSON representation
A base class for log files regexp builders
- Host: GitHub
- URL: https://github.com/book/regexp-log
- Owner: book
- Created: 2009-07-20T13:24:45.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2011-11-10T19:58:22.000Z (over 14 years ago)
- Last Synced: 2025-03-30T00:13:29.420Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Regexp-Log/
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Regexp::Log
-----------
This module is intented to simplify the process of writing regular
expressions for parsing log files.
Wouldn't it be nice to be able to feed your Apache or Squid LogFormat
configuration string to a Perl object, put in the list of fields you
want to capture, and ask the object to give you the adequate regular
expression?
This module makes it possible.
You just have to write the adequate subclass, and put it on CPAN
for others to use.