Class: Hoodoo::Logger::FastWriter

Inherits:
Object
  • Object
show all
Includes:
WriterMixin
Defined in:
lib/hoodoo/logger/fast_writer.rb

Overview

Log writer classes are used through the Hoodoo::Logger class.

Subclass FastWriter if you are writing a log data output mechanism which responds very quickly. File output might fall into this category depending upon target deployment infrastructure; printing to the console would certainly qualify.

The subclass only needs to implement Hoodoo::Logger::WriterMixin#report.

Method Summary

Methods included from WriterMixin

#report