class Log4r::Formatter

Formatter is an abstract class and a null object

Public Class Methods

new(hash={}) click to toggle source
# File lib/log4r/formatter/formatter.rb, line 13
def initialize(hash={})
end

Public Instance Methods

format(logevent) click to toggle source

Define this method in a subclass to format data.

# File lib/log4r/formatter/formatter.rb, line 16
def format(logevent)
end