Dali Provisional API
Release 3.2

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.TypeRefactoringParticipant
TypeRefactoringParticipant.MoveTypeEditsTransformer, TypeRefactoringParticipant.RenamePackageEditsTransformer, TypeRefactoringParticipant.RenameTypeEditsTransformer
 
Field Summary
static Boolean DEFAULT_EXCEPTIONS
           
static LoggingLevel DEFAULT_LEVEL
           
static String DEFAULT_LOG_FILE_LOCATION
           
static String DEFAULT_LOGGER
           
static Boolean DEFAULT_SESSION
           
static Boolean DEFAULT_THREAD
           
static Boolean DEFAULT_TIMESTAMP
           
static String ECLIPSELINK_EXCEPTIONS
           
static String ECLIPSELINK_LEVEL
           
static String ECLIPSELINK_LOG_FILE_LOCATION
           
static String ECLIPSELINK_LOGGER
           
static String ECLIPSELINK_LOGGER_CLASS_NAME
           
static String ECLIPSELINK_SESSION
           
static String ECLIPSELINK_THREAD
           
static String ECLIPSELINK_TIMESTAMP
           
static String EXCEPTIONS_PROPERTY
           
static String LEVEL_PROPERTY
           
static String LOG_FILE_LOCATION_PROPERTY
           
static String LOGGER_PROPERTY
           
static String[] RESERVED_LOGGER_NAMES
           
static String SESSION_PROPERTY
           
static String THREAD_PROPERTY
           
static String TIMESTAMP_PROPERTY
           
 
Method Summary
 Boolean getDefaultExceptions()
           
 LoggingLevel getDefaultLevel()
           
 String getDefaultLogFileLocation()
           
 String getDefaultLogger()
           
 Boolean getDefaultSession()
           
 Boolean getDefaultThread()
           
 Boolean getDefaultTimestamp()
           
 Boolean getExceptions()
           
 LoggingLevel getLevel()
           
 String getLogFileLocation()
           
 String getLogger()
           
 Boolean getSession()
           
 Boolean getThread()
           
 Boolean getTimestamp()
           
 void setExceptions(Boolean exceptions)
           
 void setLevel(LoggingLevel level)
           
 void setLogFileLocation(String newLogFileLocation)
           
 void setLogger(Logger newLogger)
           
 void setLogger(String newLogger)
           
 void setSession(Boolean session)
           
 void setThread(Boolean thread)
           
 void setTimestamp(Boolean timestamp)
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnitProperties
getJpaProject, getPersistenceUnit, itemIsProperty, propertyIdOf, propertyRemoved, propertyValueChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.TypeRefactoringParticipant
createMoveTypeEdits, createRenamePackageEdits, createRenameTypeEdits
 

Field Detail

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
Method Detail

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)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.