Class: Logger::Formatter
- Inherits:
-
Object
- Object
- Logger::Formatter
- Defined in:
- lib/slicehost-dns.rb
Instance Method Summary collapse
Instance Method Details
#call(severity, time, progname, msg) ⇒ Object
10 11 12 |
# File 'lib/slicehost-dns.rb', line 10 def call(severity, time, progname, msg) "#{msg}\n" end |