This table lists the properties of the Logging page of the persistence.xml Editor.
Note: This page is not available for projects using the Generic platform. |
Properties of the Logging Page
Property | Description | Default |
---|---|---|
Logging Level |
Specifies the amount and detail of log output by selecting the log level (in ascending order of information): The following are the valid values for the
Example: <property name="eclipselink.logging.level" value="INFO"/> |
Info |
TimeStamp |
Control whether the timestamp is logged in each log entry. The following are the valid values:
Example: <property name="eclipselink.logging.timestamp" value="false"/> |
|
Thread |
Control whether a thread identifier is logged in each log entry. The following are the valid values:
|
|
Session |
Control whether an EclipseLink session identifier is logged in each log entry. The following are the valid values:
Example: <property name="eclipselink.logging.session" value="false"/> |
|
Exceptions |
Control whether the exceptions thrown from within the TopLink code are logged prior to returning the exception to the calling application. Ensures that all exceptions are logged and not masked by the application code. The following are the valid values:
Example: <property name="eclipselink.logging.exceptions" value="true"/> |
|
Logger |
Select the type of logger to use: The following are the valid values:
Example: <property name="eclipselink.logging.logger" value="acme.loggers.MyCustomLogger" /> |
DefaultLogger |