Module: Thoth::DefaultLogger

Included in:
Thoth
Defined in:
lib/thoth/default_logger.rb

Instance Method Summary collapse

Instance Method Details

#loggerObject



4
5
6
# File 'lib/thoth/default_logger.rb', line 4

def logger
  @default_logger
end

#logger=(logger) ⇒ Object



8
9
10
# File 'lib/thoth/default_logger.rb', line 8

def logger=(logger)
  @default_logger = logger
end