Class: OMF::Common::LObject

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

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

Returns a new instance of LObject.



169
170
171
# File 'lib/omf_common/lobject.rb', line 169

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