Method: Rex::Logging::LogDispatcher#initialize

Defined in:
lib/rex/logging/log_dispatcher.rb

#initializeLogDispatcher

Creates the global log dispatcher instance and initializes it for use.



20
21
22
23
24
# File 'lib/rex/logging/log_dispatcher.rb', line 20

def initialize()
  self.log_sinks      = {}
  self.log_levels     = {}
  self.log_sinks_lock = Mutex.new
end