public abstract class AbstractJavaLogger extends java.lang.Object implements ILogger
ILoggers using the Logger.| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractJavaLogger.ConsoleHandler
Console Handler for the
JavaLogger to allow the specification of the desired system console. |
| Modifier and Type | Field and Description |
|---|---|
static java.util.logging.Level |
DEBUG_LEVEL |
protected static java.util.logging.Level |
DEFAULT_LEVEL |
static java.util.logging.Level |
EXCEPTION_LEVEL |
protected static LogFormatter |
LOG_FORMATTER |
| Constructor and Description |
|---|
AbstractJavaLogger() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.logging.Logger |
createLogger(java.lang.Class<? extends AbstractJavaLogger> loggerClass,
java.lang.String appendix)
Returns a
Logger instance. |
public static final java.util.logging.Level DEBUG_LEVEL
public static final java.util.logging.Level EXCEPTION_LEVEL
protected static final LogFormatter LOG_FORMATTER
protected static final java.util.logging.Level DEFAULT_LEVEL
protected static final java.util.logging.Logger createLogger(java.lang.Class<? extends AbstractJavaLogger> loggerClass, java.lang.String appendix)
Logger instance.loggerClass - The class, where the logger is created/needed).appendix - An optional appendix (should be used if multiple loggers needed.Logger.Copyright © 2009 - 2018 SSE. All Rights Reserved.