Class: OMF::Base::LObject
- Inherits:
-
Object
- Object
- OMF::Base::LObject
- Extended by:
- Loggable
- Includes:
- Loggable
- Defined in:
- lib/omf_base/lobject.rb
Instance Method Summary collapse
-
#initialize(logCategory = nil) ⇒ LObject
constructor
A new instance of LObject.
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_base/lobject.rb', line 169 def initialize(logCategory = nil) _logger(logCategory) end |