Class: Icalendar::Base

Inherits:
Object show all
Defined in:
lib/icalendar/base.rb

Overview

This class serves as the base class for just about everything in the library so that the logging system can be configured in one place.

Direct Known Subclasses

Component, Parser

Constant Summary collapse

@@logger =
Logger.new(STDERR)