See Also
Structs, Records, Enums
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Structs, Records, Enums
>
DebugLogFlags Enumeration
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
dtSearch.Engine.DebugLogFlags Enumeration
Flags for Server.SetDebugLogging
C#
public
enum
DebugLogFlags
{
dtsLogTime
= 1,
dtsLogCommit
= 2,
dtsLogAppend
= 4,
dtsCrashLog
= 0x1000 }
Members
Members
Description
dtsLogTime
Each line in the log will include the time, in hundredths of a second, since the start of execution.
dtsLogCommit
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.
dtsLogAppend
Log data is appended to the file if it already exists.
dtsCrashLog
Generate a stack trace in the logFile if an unhandled exception occurs.
See Also
Structs, Records, Enums