Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ontomde-core/log.rb
Constant Summary collapse
- @@log =
Logger.new(STDOUT)
Instance Method Summary collapse
Instance Method Details
#log ⇒ Object
18 19 20 |
# File 'lib/ontomde-core/log.rb', line 18 def log @@log end |