Class: RUtilAnts::Logging::Logger
- Inherits:
-
Object
- Object
- RUtilAnts::Logging::Logger
- Includes:
- LoggerInterface
- Defined in:
- lib/rUtilAnts/Logging.rb
Overview
A stand-alone logger
Instance Method Summary collapse
-
#initialize(iOptions = {}) ⇒ Logger
constructor
Constructor.
Methods included from LoggerInterface
#activate_log_debug, #debug_activated?, #get_bug_tracker_url, #get_lib_root_dir, #get_log_file, #init_logger, #log_bug, #log_debug, #log_err, #log_exc, #log_info, #log_msg, #log_warn, #mute_stderr, #mute_stdout, #set_gui_for_dialogs, #set_log_errors_stack, #set_log_file, #set_log_messages_stack
Constructor Details
#initialize(iOptions = {}) ⇒ Logger
Constructor
- Parameters
-
iOptions (map<Symbol,Object>): Options (see LoggerInterface for details) [optional = {}]
422 423 424 |
# File 'lib/rUtilAnts/Logging.rb', line 422 def initialize(iOptions = {}) init_logger(iOptions) end |