Module: Mindee::Logging
- Defined in:
- lib/mindee.rb,
lib/mindee/logging/logger.rb,
sig/mindee.rbs,
sig/mindee/logging/logger.rbs
Overview
Mindee logging module.
Class Attribute Summary collapse
-
.logger ⇒ Logger
Returns the value of attribute logger.
Instance Method Summary collapse
Class Attribute Details
.logger ⇒ Logger
Returns the value of attribute logger.
21 22 23 |
# File 'lib/mindee/logging/logger.rb', line 21 def logger @logger end |
Instance Method Details
#debug ⇒ void
This method returns an undefined value.
6 |
# File 'sig/mindee/logging/logger.rbs', line 6
def debug: (?untyped?) -> void
|
#info ⇒ void
This method returns an undefined value.
7 |
# File 'sig/mindee/logging/logger.rbs', line 7
def info: (?untyped?) -> void
|