Class: OMF::Base::LObject

Inherits:
Object
  • Object
show all
Extended by:
Loggable
Includes:
Loggable
Defined in:
lib/omf_base/lobject.rb

Direct Known Subclasses

ExecApp

Instance Method Summary collapse

Methods included from Loggable

_logger, debug, error, fatal, info, init_log, logger, set_environment, warn

Constructor Details

#initialize(logCategory = nil) ⇒ LObject



150
151
152
# File 'lib/omf_base/lobject.rb', line 150

def initialize(logCategory = nil)
  _logger(logCategory)
end