Uses of Interface
com.calfater.mailcarbon.log.Logger

Packages that use Logger
com.calfater.mailcarbon.impl   
com.calfater.mailcarbon.log   
 

Uses of Logger in com.calfater.mailcarbon.impl
 

Constructors in com.calfater.mailcarbon.impl with parameters of type Logger
ClearMailbox(Logger logger)
          The constructor.
Copy(Logger logger)
          The constructor.
 

Uses of Logger in com.calfater.mailcarbon.log
 

Classes in com.calfater.mailcarbon.log that implement Logger
 class ConsoleLogger
          Logger implementation for the console.
 class TextAreaLogger
          Logger implementation for JTextArea.