Class: Travis::LogFormatter
- Inherits:
-
Logger::Formatter
- Object
- Logger::Formatter
- Travis::LogFormatter
- 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, , progname, msg) "#{String === msg ? msg : msg.inspect}\n" end |