Class Log4r::Logger::Repository
In: /home/cepheus/projects/prep/log4r-1.0.1/src/log4r/repository.rb
Parent: Object
The repository stores a Hash of loggers keyed to their fullnames and provides a few functions to reduce the code bloat in log4r/logger.rb. This class is supposed to be transparent to end users, hence it is a class within Logger. If anyone knows how to make this private, let me know.