Class: Yell::Adapters::File

Inherits:
Io
  • Object
show all
Defined in:
lib/yell/adapters/file.rb

Overview

The File adapter is the most basic. As one would expect, it’s used for logging into files.

Direct Known Subclasses

Datefile

Constant Summary

Constants inherited from Io

Io::TTYColors

Instance Attribute Summary

Attributes inherited from Io

#colors, #sync

Method Summary

Methods inherited from Io

#colorize!

Methods included from Helpers::Formatter

#formatter, #formatter=

Methods inherited from Base

close, #close, #initialize, #inspect, open, setup, write, #write

Methods included from Helpers::Level

#level, #level=

Constructor Details

This class inherits a constructor from Yell::Adapters::Base