Class: Travis::LogFormatter

Inherits:
Logger::Formatter
  • Object
show all
Defined in:
lib/travis/logging.rb

Instance Method Summary collapse

Instance Method Details

#call(severity, timestamp, progname, msg) ⇒ Object



7
8
9
# File 'lib/travis/logging.rb', line 7

def call(severity, timestamp, progname, msg)
  "#{String === msg ? msg : msg.inspect}\n"
end