Class: DTK::Client::Log

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

Class Method Summary collapse

Class Method Details

.error(msg) ⇒ Object



223
224
225
# File 'lib/core.rb', line 223

def self.error(msg)
  pp "error: #{msg}"
end

.info(msg) ⇒ Object

TODO Stubs



220
221
222
# File 'lib/core.rb', line 220

def self.info(msg)
  pp "info: #{msg}"
end