Class | Scrubyt::Logger |
In: |
lib/scrubyt/logging.rb
|
Parent: | Object |
Simple logger implementation, based on Scrubyt‘s original logging style. Messages will be sent to STDERR. Logging can be limited to certain message levels by specifying them on initialization, e.g.
Scrubyt::Logger.new(:ACTION, :ERROR) # will only log action/error messages
output_stream | [W] |