- java.lang.Object
-
- org.eclipse.persistence.logging.AbstractSessionLog
-
- org.eclipse.persistence.logging.jul.JavaLog
-
- org.eclipse.persistence.logging.JavaLog
-
- All Implemented Interfaces:
Cloneable,SessionLog
@Deprecated(forRemoval=true, since="4.0.9") public class JavaLog extends JavaLog
Deprecated, for removal: This API element is subject to removal in a future version.UseJavaLoginsteadThis is a wrapper class for java.util.logging. It is used when messages need to be logged throughjava.util.logging.
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.logging.jul.JavaLog
DEFAULT_TOPLINK_NAMESPACE, LOGGING_LOCALIZATION_STRING, SESSION_TOPLINK_NAMESPACE, TOPLINK_NAMESPACE, TRACE_LOCALIZATION_STRING
-
Fields inherited from class org.eclipse.persistence.logging.AbstractSessionLog
CONFIG_PREFIX, CONNECTION_STRING, DATE_FORMAT_STR, dateFormat, defaultLog, FINE_PREFIX, FINER_PREFIX, FINEST_PREFIX, INFO_PREFIX, level, session, SEVERE_PREFIX, shouldDisplayData, shouldLogExceptionStackTrace, shouldPrintConnection, shouldPrintDate, shouldPrintSession, shouldPrintThread, THREAD_STRING, timeStampFormatter, TOPLINK_PREFIX, WARNING_PREFIX, writer
-
Fields inherited from interface org.eclipse.persistence.logging.SessionLog
ALL, ALL_LABEL, CACHE, CONFIG, CONFIG_LABEL, CONNECTION, DBWS, DDL, DMS, EJB, EVENT, FINE, FINE_LABEL, FINER, FINER_LABEL, FINEST, FINEST_LABEL, INFO, INFO_LABEL, JPA, JPARS, loggerCatagories, METADATA, METAMODEL, MISC, MONITORING, MOXY, OFF, OFF_LABEL, PROCESSOR, PROPAGATION, PROPERTIES, QUERY, SEQUENCING, SERVER, SEVERE, SEVERE_LABEL, SQL, THREAD, TRANSACTION, WARNING, WARNING_LABEL, WEAVER
-
-
Constructor Summary
Constructors Constructor Description JavaLog()Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance of wrapper class forjava.util.logging.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.logging.jul.JavaLog
addLogger, clone, getCategoryLoggers, getJavaLevel, getLevel, getLogger, getNameSpaceString, internalLog, log, setLevel, setSession, setWriter, shouldLog, throwing
-
Methods inherited from class org.eclipse.persistence.logging.AbstractSessionLog
config, fine, finer, finest, formatMessage, getConnectionString, getConnectionString, getDateFormat, getDateString, getDefaultLoggingLevel, getLevel, getLevelString, getLog, getSession, getSessionName, getSessionString, getSupplementDetailString, getThreadString, getTimeStampFormatter, getTimeStampString, getWriter, info, isOff, log, log, log, log, log, log, log, log, log, log, log, log, log, logThrowable, logThrowable, printPrefixString, setDateFormat, setLevel, setLog, setSessionName, setShouldDisplayData, setShouldLogExceptionStackTrace, setShouldPrintConnection, setShouldPrintDate, setShouldPrintSession, setShouldPrintThread, setTimeStampFormatter, setWriter, severe, shouldDisplayData, shouldLog, shouldLogExceptionStackTrace, shouldPrintConnection, shouldPrintDate, shouldPrintSession, shouldPrintThread, translateLoggingLevelToString, translateStringToLoggingLevel, warning
-
-