Module: Cluster::Logging
- Included in:
- Configuration, Infrastructure
- Defined in:
- lib/cluster/configuration.rb
Constant Summary collapse
- @@logger =
Logging should be set up by configuration early, but if it isnt then we will just write to STDERR
nil
Instance Method Summary collapse
Instance Method Details
#logger ⇒ Object
9 10 11 |
# File 'lib/cluster/configuration.rb', line 9 def logger @@logger ||= Cluster::Configuration['logger'] end |