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.
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.
# File lib/rex/logging/log_sink.rb, line 23 def log(sev, src, level, msg, from) raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.