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+.
debug | [W] | |
silent | [W] | |
trace | [W] |