module Log2COUNTER

Constants

VERSION

Public Instance Methods

load(*args) click to toggle source
# File lib/log2counter.rb, line 43
def load(*args)
  Parser.load(*args)
end
parse(*args) click to toggle source
# File lib/log2counter.rb, line 47
def parse(*args)
  Parser.new(*args).parse
end
print(stats, *args) click to toggle source