Class: Pakyow::Logger::Formatters::Human Private

Inherits:
Pakyow::Logger::Formatter show all
Defined in:
lib/pakyow/logger/formatters/human.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Formats log messages for humans.

Examples:

19.00μs http.c730cb72 | GET / (for 127.0.0.1 at 2016-06-20 10:00:49 -0500)
 1.97ms http.c730cb72 | hello 2016-06-20 10:00:49 -0500
 3.78ms http.c730cb72 | 200 (OK)

Instance Attribute Summary

Attributes inherited from Pakyow::Logger::Formatter

#output

Method Summary

Methods inherited from Pakyow::Logger::Formatter

#call, #initialize, #verbose!

Constructor Details

This class inherits a constructor from Pakyow::Logger::Formatter