Uses of Class
org.eclipse.persistence.logging.SessionLogEntry
Packages that use SessionLogEntry
Package
Description
-
Uses of SessionLogEntry in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionLogEntryModifier and TypeMethodDescriptionvoidAbstractSession.log(SessionLogEntry entry) PUBLIC: Log the log entry. -
Uses of SessionLogEntry in org.eclipse.persistence.logging
Methods in org.eclipse.persistence.logging with parameters of type SessionLogEntryModifier and TypeMethodDescriptionprotected StringAbstractSessionLog.formatMessage(SessionLogEntry entry) Return the formatted message based on the information from the given SessionLogEntry.protected StringAbstractSessionLog.getSupplementDetailString(SessionLogEntry entry) Return the supplement detail information including date, session, thread, connection, source class name and source method name.protected voidJavaLog.internalLog(SessionLogEntry entry, Level javaLevel, Logger logger) INTERNAL:abstract voidAbstractSessionLog.log(SessionLogEntry sessionLogEntry) PUBLIC:voidDefaultSessionLog.log(SessionLogEntry entry) Log the entry.voidJavaLog.log(SessionLogEntry entry) PUBLIC:voidSessionLog.log(SessionLogEntry entry) PUBLIC: EclipseLink will call this method whenever something needs to be logged (messages, SQL, etc.). -
Uses of SessionLogEntry in org.eclipse.persistence.logging.slf4j
Methods in org.eclipse.persistence.logging.slf4j with parameters of type SessionLogEntry -
Uses of SessionLogEntry in org.eclipse.persistence.platform.server
Methods in org.eclipse.persistence.platform.server with parameters of type SessionLogEntry -
Uses of SessionLogEntry in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type SessionLogEntryModifier and TypeMethodDescriptionvoidSession.log(SessionLogEntry entry) PUBLIC: Log the log entry.