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.

Included Modules