Uses of Interface
com.prolixtech.utils.MboxLogger

Packages that use MboxLogger
com.prolixtech.utils   
 

Uses of MboxLogger in com.prolixtech.utils
 

Classes in com.prolixtech.utils that implement MboxLogger
 class JavaLogger
          This class provides a single logging utility used for debugging purposes.
 class NullLogger
           
 class SingletonLogger
          This class provides a single logging utility used for debugging purposes.
 

Methods in com.prolixtech.utils that return MboxLogger
static MboxLogger NullLogger.Instance()
           
static MboxLogger SingletonLogger.Instance()
           
static MboxLogger JavaLogger.Instance()
          Pertains to the Singleton DESIGN PATTERN.