File
File: DebugLogFlags.java
Package: com.dtsearch.engine
Syntax
Fields
Field |
Description |
---|---|
Generate a stack trace in the logFile if an unhandled exception occurs. | |
Log data is appended to the file if it already exists. | |
The log will be committed to disk after each line is written. This slows execution considerably but ensures that the log will survive a system crash. | |
Each line in the log will have include the time; in hundredths of a second; since the start of execution. | |
Truncate the currently-open log |
Description
Flags for Server.setDebugLogging
Class Hierarchy
com.dtsearch.engine.DebugLogFlags