Parent

Methods

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
13:     def initialize(hash={})
14:     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
16:     def format(logevent)
17:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.