Class: Rox::Core::Logging

Inherits:
Object
  • Object
show all
Defined in:
lib/rox/core/logging/logging.rb

Class Attribute Summary collapse

Class Attribute Details

.loggerObject



12
13
14
# File 'lib/rox/core/logging/logging.rb', line 12

def self.logger
  @logger || NoOpLogger.new
end