Flowdock
method

call

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: Logger::Formatter
call(severity, time, progname, msg) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/clean_logger.rb, line 66
      def call(severity, time, progname, msg)
        Format % [severity[0..0], format_datetime(time), $$, severity, progname,
        msg2str(msg)]
      end
Register or log in to add new notes.