Uses of Interface
com.jaxfront.core.log.Logger

Packages that use Logger
com.jaxfront.core.log   
 

Uses of Logger in com.jaxfront.core.log
 

Classes in com.jaxfront.core.log that implement Logger
 class DummyLogRegistry
          This class logs all message to the console.
 class Log4JLogRegistry
          This class logs all message with Log4J.
 class LogRegistry
          This is the main class to log a message.
 

Methods in com.jaxfront.core.log that return Logger
 Logger LogRegistry.getLogger()
          Returns the choosen logger that has been build.