Module: Yoti::Log
- Defined in:
- lib/yoti/util/log.rb
Class Method Summary collapse
Class Method Details
.logger ⇒ Object
6 7 8 |
# File 'lib/yoti/util/log.rb', line 6 def logger @logger || create_logger(STDOUT) end |
.output(output_stream) ⇒ Object
10 11 12 |
# File 'lib/yoti/util/log.rb', line 10 def output(output_stream) create_logger(output_stream) end |