Method: Arrow::Logger::ApacheOutputter#initialize

Defined in:
lib/arrow/logger/apacheoutputter.rb

#initialize(uri, description = DefaultDescription, format = DefaultFormat) ⇒ ApacheOutputter

Create a new Arrow::Logger::ApacheOutputter object that will write to the apache log, and use the given description and format.



37
38
39
# File 'lib/arrow/logger/apacheoutputter.rb', line 37

def initialize( uri, description=DefaultDescription, format=DefaultFormat )
	super
end