Module org.eclipse.persistence.core
Class LoggingOptionsConfig
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
-
public class LoggingOptionsConfig extends Object
INTERNAL:
-
-
Constructor Summary
Constructors Constructor Description LoggingOptionsConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetShouldLogExceptionStackTrace()BooleangetShouldPrintConnection()BooleangetShouldPrintDate()BooleangetShouldPrintSession()BooleangetShouldPrintThread()voidsetShouldLogExceptionStackTrace(Boolean shouldLogExceptionStackTrace)voidsetShouldPrintConnection(Boolean shouldPrintConnection)voidsetShouldPrintDate(Boolean shouldPrintDate)voidsetShouldPrintSession(Boolean shouldPrintSession)voidsetShouldPrintThread(Boolean shouldPrintThread)
-
-
-
Method Detail
-
setShouldLogExceptionStackTrace
public void setShouldLogExceptionStackTrace(Boolean shouldLogExceptionStackTrace)
-
getShouldLogExceptionStackTrace
public Boolean getShouldLogExceptionStackTrace()
-
setShouldPrintDate
public void setShouldPrintDate(Boolean shouldPrintDate)
-
getShouldPrintDate
public Boolean getShouldPrintDate()
-
setShouldPrintSession
public void setShouldPrintSession(Boolean shouldPrintSession)
-
getShouldPrintSession
public Boolean getShouldPrintSession()
-
setShouldPrintThread
public void setShouldPrintThread(Boolean shouldPrintThread)
-
getShouldPrintThread
public Boolean getShouldPrintThread()
-
setShouldPrintConnection
public void setShouldPrintConnection(Boolean shouldPrintConnection)
-
getShouldPrintConnection
public Boolean getShouldPrintConnection()
-
-