Class Module
In: lib/storage/properties.rb
lib/utility/configuration.rb
lib/utility/log.rb
Parent: Object
Log
Module
Singleton
Log4r
TopLevel

Methods

Public Instance methods

configure adds the options method to a class which allows it to access the global configuration hash.

name
an arrays of symbols representing the attributes on the object.

logger defines a named log and log method for the class

loglevel
the level of logging to do

Properties modifies class Module by adding the property method which:

  1. creates read/write accessors for each symbol.
  2. defines the to_yaml_properties for use by the database for all symbols.
  3. defines the :id attribute
sym
an arrays of symbols representing the attributes on the object.

[Validate]