dtSearch Text Retrieval Engine .NET interface

DebugLogFlags Enumeration

Flags for Server.SetDebugLogging

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum DebugLogFlags

Members

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

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace