Class: HttpApiClient::StubLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/http_api_client.rb

Class Method Summary collapse

Class Method Details

.debug(message) ⇒ Object



61
62
63
# File 'lib/http_api_client.rb', line 61

def self.debug(message)
  #Stub implementation
end

.error(message) ⇒ Object



69
70
71
# File 'lib/http_api_client.rb', line 69

def self.error(message)
  #Stub implementation
end

.info(message) ⇒ Object



57
58
59
# File 'lib/http_api_client.rb', line 57

def self.info(message)
  #Stub implementation
end

.warn(message) ⇒ Object



65
66
67
# File 'lib/http_api_client.rb', line 65

def self.warn(message)
  #Stub implementation
end