Package org.firebirdsql.logging
Class LoggerFactory
- java.lang.Object
- 
- org.firebirdsql.logging.LoggerFactory
 
- 
 public final class LoggerFactory extends java.lang.ObjectFactory for Logger instances- Version:
- 1.0
- Author:
- Blas Rodriguez Somoza, Mark Rotteveel
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDISABLE_LOGGING_PROPstatic java.lang.StringFORCE_CONSOLE_LOGGER_PROPstatic java.lang.StringLOGGER_IMPLEMENTATION_PROP
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggergetLogger(java.lang.Class<?> clazz)static LoggergetLogger(java.lang.String name)
 
- 
- 
- 
Field Detail- 
FORCE_CONSOLE_LOGGER_PROPpublic static final java.lang.String FORCE_CONSOLE_LOGGER_PROP - See Also:
- Constant Field Values
 
 - 
DISABLE_LOGGING_PROPpublic static final java.lang.String DISABLE_LOGGING_PROP - See Also:
- Constant Field Values
 
 - 
LOGGER_IMPLEMENTATION_PROPpublic static final java.lang.String LOGGER_IMPLEMENTATION_PROP - See Also:
- Constant Field Values
 
 
- 
 
-