See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
dtSearch::Engine::DebugLogFlags Enumeration

Flags for Server.SetDebugLogging

C#
[System::Flags]
public enum DebugLogFlags {
  dtsLogTime = 0x0001,
  dtsLogCommit = 0x0002,
  dtsLogAppend = 0x0004,
  dtsCrashLog = 0x1000
}
Visual Basic
<System::Flags>
Public Enum DebugLogFlags
  dtsLogTime = &H0001
  dtsLogCommit = &H0002
  dtsLogAppend = &H0004
  dtsCrashLog = &H1000
End Enum
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
You are here: dtSearch::Engine Namespace > DebugLogFlags Enumeration
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.