class Lumberjack::Device

This is an abstract class for logging devices. Subclasses must implement the write method and may implement the close and flush methods if applicable.