Click or drag to resize

DevLogOptions Enumeration

Options for InitNew

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DevLogOptions
Members
  Member nameValueDescription
NoDebug1Don't log Debug level messages
NoInfo2Don't log info messages. Note that all timing entries are Info level.
NoSQL4Don't log SQL messages
NoTiming8Don't log timing messages. This includes SQL timing messages.
NoTruncate16Never truncate the file
AutoFlush32Auto flush the file
Synchronize64Synchronize writes to the file. Note that by default the file allows overlapping writes.
NoInitLock256Do not lock the object during initialization.
See Also