Package org.tmatesoft.sqljet.core
Class SqlJetLogDefinitions
java.lang.Object
org.tmatesoft.sqljet.core.SqlJetLogDefinitions
public class SqlJetLogDefinitions
extends java.lang.Object
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 java.lang.String
Activates logging of b-tree operations.static final java.lang.String
Activates logging of files operations.static final java.lang.String
Activates logging of files operations performance.static final java.lang.String
Activates logging of pager operations.static final java.lang.String
Activates logging of signed values in operations with unsigned types.static final java.lang.String
Activates logging of stack trace at each logging invocation. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SQLJET_LOG_FILES
public static final java.lang.String SQLJET_LOG_FILESActivates logging of files operations.- See Also:
-
SQLJET_LOG_FILES_PERFORMANCE
public static final java.lang.String SQLJET_LOG_FILES_PERFORMANCEActivates logging of files operations performance.- See Also:
-
SQLJET_LOG_PAGER
public static final java.lang.String SQLJET_LOG_PAGERActivates logging of pager operations.- See Also:
-
SQLJET_LOG_BTREE
public static final java.lang.String SQLJET_LOG_BTREEActivates logging of b-tree operations.- See Also:
-
SQLJET_LOG_SIGNED
public static final java.lang.String SQLJET_LOG_SIGNEDActivates logging of signed values in operations with unsigned types.- See Also:
-
SQLJET_LOG_STACKTRACE
public static final java.lang.String SQLJET_LOG_STACKTRACEActivates logging of stack trace at each logging invocation.- See Also:
-
-
Constructor Details
-
SqlJetLogDefinitions
public SqlJetLogDefinitions()
-