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

Instance Method Summary collapse

Class Attribute Details

.loggerLogger

Returns the value of attribute logger.

Returns:

  • (Logger)


21
22
23
# File 'lib/mindee/logging/logger.rb', line 21

def logger
  @logger
end

Instance Method Details

#debugvoid

This method returns an undefined value.

Parameters:



6
# File 'sig/mindee/logging/logger.rbs', line 6

def debug: (?untyped?) -> void

#infovoid

This method returns an undefined value.

Parameters:



7
# File 'sig/mindee/logging/logger.rbs', line 7

def info: (?untyped?) -> void