public class EclipseLinkLogRecord extends LogRecord
Used to include TopLink's own logging properties that will be formatted by a TopLink Formatter
Constructor and Description |
---|
EclipseLinkLogRecord(Level level,
String msg) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.persistence.internal.databaseaccess.Accessor |
getConnection() |
String |
getSessionString() |
void |
setConnection(org.eclipse.persistence.internal.databaseaccess.Accessor connection) |
void |
setSessionString(String sessionString) |
void |
setShouldLogExceptionStackTrace(boolean shouldLogExceptionStackTrace) |
void |
setShouldPrintDate(boolean shouldPrintDate) |
void |
setShouldPrintThread(boolean shouldPrintThread) |
boolean |
shouldLogExceptionStackTrace() |
boolean |
shouldPrintDate() |
boolean |
shouldPrintThread() |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
public String getSessionString()
public void setSessionString(String sessionString)
public org.eclipse.persistence.internal.databaseaccess.Accessor getConnection()
public void setConnection(org.eclipse.persistence.internal.databaseaccess.Accessor connection)
public boolean shouldLogExceptionStackTrace()
public void setShouldLogExceptionStackTrace(boolean shouldLogExceptionStackTrace)
public boolean shouldPrintDate()
public void setShouldPrintDate(boolean shouldPrintDate)
public boolean shouldPrintThread()
public void setShouldPrintThread(boolean shouldPrintThread)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.