Formatter is an abstract class and a null object
# File lib/log4r/formatter/formatter.rb, line 13 def initialize(hash={}) end
Define this method in a subclass to format data.
# File lib/log4r/formatter/formatter.rb, line 16 def format(logevent) end