Class: DashTimelineValidator::Log

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

Class Method Summary collapse

Class Method Details

.error(msg) ⇒ Object



13
14
15
# File 'lib/dash_timeline_validator/log.rb', line 13

def self.error(msg)
  ap msg
end

.info(msg) ⇒ Object



5
6
7
# File 'lib/dash_timeline_validator/log.rb', line 5

def self.info(msg)
  ap msg
end

.warn(msg) ⇒ Object



9
10
11
# File 'lib/dash_timeline_validator/log.rb', line 9

def self.warn(msg)
  ap msg
end