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.trace=: log all raw request and response and
messages logged with +trace+.
Logging.silent=: silence all log all log messages
altogether.