Uses of Interface
org.granite.logging.LoggingFormatter

Packages that use LoggingFormatter
org.granite.logging   
 

Uses of LoggingFormatter in org.granite.logging
 

Classes in org.granite.logging that implement LoggingFormatter
 class DefaultLoggingFormatter
           
 

Methods in org.granite.logging that return LoggingFormatter
protected  LoggingFormatter Logger.getFormatter()
           
 

Methods in org.granite.logging with parameters of type LoggingFormatter
static Logger Logger.getLogger(Class<?> clazz, LoggingFormatter formatter)
           
static Logger Logger.getLogger(LoggingFormatter formatter)
           
static Logger Logger.getLogger(String name, LoggingFormatter formatter)
           
 

Constructors in org.granite.logging with parameters of type LoggingFormatter
JdkLogger(String name, LoggingFormatter formatter)
           
Log4jLogger(String name, LoggingFormatter formatter)
           
Logger(Object loggerImpl, LoggingFormatter formatter)