Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the most common Apache log formats available as class constants #1

Open
weppos opened this issue Dec 19, 2009 · 1 comment
Open

Comments

@weppos
Copy link
Owner

weppos commented Dec 19, 2009

Add the most common Apache log formats available as class constants.
For instance, the user might want to do

parser = ApacheLogRegex.new(ApacheLogRegex::COMBINED_LOG_FORMAT)

or

parser = ApacheLogRegex.new(:combined)

via http://www.simonecarletti.com/blog/2009/02/apache-log-regex-a-lightweight-ruby-apache-log-parser/

@dcolebatch
Copy link

Yes please, that would be awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants