Module: BrandLogo::Logging
- Extended by:
- T::Sig
- Defined in:
- lib/brand_logo/logging.rb
Overview
Class Method Summary collapse
Class Method Details
.logger ⇒ Object
20 21 22 |
# File 'lib/brand_logo/logging.rb', line 20 def self.logger @logger end |
.logger=(logger) ⇒ Object
25 26 27 |
# File 'lib/brand_logo/logging.rb', line 25 def self.logger=(logger) @logger = logger end |