Module Rex::Logging::LogSink
In: lib/rex/logging/log_sink.rb

This abstract interface is what must be implemented by any class that would like to register as a log sink on a given LogDispatcher instance, such as the Framework object.

Methods

Public Instance methods

This method must be implemented by any derived log sink classes and is intended to take the supplied parameters and persist them to an arbitrary medium.

Protected Instance methods

This method returns the current timestamp in MM/DD/YYYY HH:Mi:SS format.

[Validate]