Uses of Class
org.eclipse.persistence.logging.SessionLogEntry
-
Packages that use SessionLogEntry Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.logging org.eclipse.persistence.platform.server org.eclipse.persistence.sessions -
-
Uses of SessionLogEntry in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionLogEntry Modifier and Type Method Description voidAbstractSession. 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 SessionLogEntry Modifier and Type Method Description protected 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.platform.server
Methods in org.eclipse.persistence.platform.server with parameters of type SessionLogEntry Modifier and Type Method Description voidServerLog. log(SessionLogEntry entry)PUBLIC: -
Uses of SessionLogEntry in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type SessionLogEntry Modifier and Type Method Description voidSession. log(SessionLogEntry entry)PUBLIC: Log the log entry.
-