Module Thin::Logging
In: lib/thin/logging.rb

To be included in classes to allow some basic logging that can be silenced (Logging.silent=) or made more verbose. Logging.debug=: log all error backtrace and messages

                         logged with +debug+.

Logging.trace=: log all raw request and response and

                         messages logged with +trace+.

Methods

debug   debug?   log   log_error   silent   silent=   silent?   trace   trace?  

Attributes

debug  [W] 
silent  [W] 
trace  [W] 

Public Class methods

Public Instance methods

Log a message to the console if debugging is activated

Log a message to the console

Log an error backtrace if debugging is activated

Global silencer methods

Log a message to the console if tracing is activated

[Validate]