The Meta-Environment API

Uses of Interface
toolbus.logging.ILogger

Packages that use ILogger
toolbus.logging   
 

Uses of ILogger in toolbus.logging
 

Classes in toolbus.logging that implement ILogger
 class CommandLineLogger
          Logger implementation that writes to the command line / std-err.
 class FileLogger
          Logger implementation that writes to a file.
 

Fields in toolbus.logging declared as ILogger
static ILogger LoggerFactory.LoggerKeeper.logger
           
 

Methods in toolbus.logging that return ILogger
static ILogger LoggerFactory.getLogger()
          Returns a reference to the instantiated logger.
 


The Meta-Environment API