Skip to content

Commit

Permalink
Remove old base log parser
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Dec 26, 2008
1 parent 5add8e1 commit ec23575
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 78 deletions.
78 changes: 0 additions & 78 deletions lib/base/log_parser.rb

This file was deleted.

5 changes: 5 additions & 0 deletions lib/request_log_analyzer/log_parser.rb
Expand Up @@ -93,6 +93,11 @@ def parse_io(io, options = {}, &block)
end
end

# Pass a block to this function to install a progress handler
def progress(&block)
@progress_handler = block
end

protected

def handle_request(request, &block)
Expand Down

0 comments on commit ec23575

Please sign in to comment.