Package org.tmatesoft.sqljet.core
Class SqlJetLogDefinitions
java.lang.Object
org.tmatesoft.sqljet.core.SqlJetLogDefinitions
Definitions of properties names for SQLJet logging.
All these properties are boolean type and have "false" value by default.
Using as:
-DSQLJET_LOG_BTREE=true -DSQLJET_LOG_STACKTRACE=true.
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Activates logging of b-tree operations.static final String
Activates logging of files operations.static final String
Activates logging of files operations performance.static final String
Activates logging of pager operations.static final String
Activates logging of signed values in operations with unsigned types.static final String
Activates logging of stack trace at each logging invocation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SQLJET_LOG_FILES
Activates logging of files operations.- See Also:
-
SQLJET_LOG_FILES_PERFORMANCE
Activates logging of files operations performance.- See Also:
-
SQLJET_LOG_PAGER
Activates logging of pager operations.- See Also:
-
SQLJET_LOG_BTREE
Activates logging of b-tree operations.- See Also:
-
SQLJET_LOG_SIGNED
Activates logging of signed values in operations with unsigned types.- See Also:
-
SQLJET_LOG_STACKTRACE
Activates logging of stack trace at each logging invocation.- See Also:
-
-
Constructor Details
-
SqlJetLogDefinitions
public SqlJetLogDefinitions()
-