org.eclipse.jpt.jpa.eclipselink.core.context.persistence
Interface Logging
- All Superinterfaces:
- Model, PersistenceUnitProperties, TypeRefactoringParticipant
- All Known Subinterfaces:
- Logging2_0, Logging2_4
public interface Logging
- extends PersistenceUnitProperties
Logging
LEVEL_PROPERTY
static final String LEVEL_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_LEVEL
static final String ECLIPSELINK_LEVEL
- See Also:
- Constant Field Values
DEFAULT_LEVEL
static final LoggingLevel DEFAULT_LEVEL
TIMESTAMP_PROPERTY
static final String TIMESTAMP_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_TIMESTAMP
static final String ECLIPSELINK_TIMESTAMP
- See Also:
- Constant Field Values
DEFAULT_TIMESTAMP
static final Boolean DEFAULT_TIMESTAMP
THREAD_PROPERTY
static final String THREAD_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_THREAD
static final String ECLIPSELINK_THREAD
- See Also:
- Constant Field Values
DEFAULT_THREAD
static final Boolean DEFAULT_THREAD
SESSION_PROPERTY
static final String SESSION_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_SESSION
static final String ECLIPSELINK_SESSION
- See Also:
- Constant Field Values
DEFAULT_SESSION
static final Boolean DEFAULT_SESSION
EXCEPTIONS_PROPERTY
static final String EXCEPTIONS_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_EXCEPTIONS
static final String ECLIPSELINK_EXCEPTIONS
- See Also:
- Constant Field Values
DEFAULT_EXCEPTIONS
static final Boolean DEFAULT_EXCEPTIONS
LOG_FILE_LOCATION_PROPERTY
static final String LOG_FILE_LOCATION_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_LOG_FILE_LOCATION
static final String ECLIPSELINK_LOG_FILE_LOCATION
- See Also:
- Constant Field Values
DEFAULT_LOG_FILE_LOCATION
static final String DEFAULT_LOG_FILE_LOCATION
LOGGER_PROPERTY
static final String LOGGER_PROPERTY
- See Also:
- Constant Field Values
ECLIPSELINK_LOGGER
static final String ECLIPSELINK_LOGGER
- See Also:
- Constant Field Values
DEFAULT_LOGGER
static final String DEFAULT_LOGGER
RESERVED_LOGGER_NAMES
static final String[] RESERVED_LOGGER_NAMES
ECLIPSELINK_LOGGER_CLASS_NAME
static final String ECLIPSELINK_LOGGER_CLASS_NAME
- See Also:
- Constant Field Values
getDefaultLevel
LoggingLevel getDefaultLevel()
getLevel
LoggingLevel getLevel()
setLevel
void setLevel(LoggingLevel level)
getDefaultTimestamp
Boolean getDefaultTimestamp()
getTimestamp
Boolean getTimestamp()
setTimestamp
void setTimestamp(Boolean timestamp)
getDefaultThread
Boolean getDefaultThread()
getThread
Boolean getThread()
setThread
void setThread(Boolean thread)
getDefaultSession
Boolean getDefaultSession()
getSession
Boolean getSession()
setSession
void setSession(Boolean session)
getDefaultExceptions
Boolean getDefaultExceptions()
getExceptions
Boolean getExceptions()
setExceptions
void setExceptions(Boolean exceptions)
getDefaultLogFileLocation
String getDefaultLogFileLocation()
getLogFileLocation
String getLogFileLocation()
setLogFileLocation
void setLogFileLocation(String newLogFileLocation)
getDefaultLogger
String getDefaultLogger()
getLogger
String getLogger()
setLogger
void setLogger(String newLogger)
setLogger
void setLogger(Logger newLogger)
Copyright (c) 2012 Oracle. All rights reserved.