Object
This class implements the LogSink interface and backs it against a file on disk.
Creates a flatfile log sink instance that will be configured to log to the supplied file path.
# File lib/rex/logging/sinks/flatfile.rb, line 19 def initialize(file) self.fd = File.new(file, "a") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.