Flags for Server.SetDebugLogging
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| dtsCrashLog | Generate a stack trace in the logFile if an unhandled exception occurs. | 4096 |
| dtsLogAppend | Log data is appended to the file if it already exists. | 4 |
| 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. | 2 |
| dtsLogTime | Each line in the log will include the time, in hundredths of a second, since the start of execution. | 1 |
Namespace: dtSearch.Engine
Assembly: dtSearchNetApi (in dtSearchNetApi.dll)