Package org.firebirdsql.logging
Class LoggerFactory
- java.lang.Object
- 
- org.firebirdsql.logging.LoggerFactory
 
- 
 @Deprecated @InternalApi public final class LoggerFactory extends java.lang.Object Deprecated.will be removed in Jaybird 6 without replacementFactory for Logger instances.- Author:
- Blas Rodriguez Somoza, Mark Rotteveel
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDISABLE_LOGGING_PROPDeprecated.static java.lang.StringFORCE_CONSOLE_LOGGER_PROPDeprecated.static java.lang.StringLOGGER_IMPLEMENTATION_PROPDeprecated.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LoggergetLogger(java.lang.Class<?> clazz)Deprecated.static LoggergetLogger(java.lang.String name)Deprecated.
 
- 
- 
- 
Field Detail- 
FORCE_CONSOLE_LOGGER_PROPpublic static final java.lang.String FORCE_CONSOLE_LOGGER_PROP Deprecated.- See Also:
- Constant Field Values
 
 - 
DISABLE_LOGGING_PROPpublic static final java.lang.String DISABLE_LOGGING_PROP Deprecated.- See Also:
- Constant Field Values
 
 - 
LOGGER_IMPLEMENTATION_PROPpublic static final java.lang.String LOGGER_IMPLEMENTATION_PROP Deprecated.- See Also:
- Constant Field Values
 
 
- 
 
-