DevLogOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoDebug | 1 | Don't log Debug level messages | |
NoInfo | 2 | Don't log info messages. Note that all timing entries are Info level. | |
NoSQL | 4 | Don't log SQL messages | |
NoTiming | 8 | Don't log timing messages. This includes SQL timing messages. | |
NoTruncate | 16 | Never truncate the file | |
AutoFlush | 32 | Auto flush the file | |
Synchronize | 64 | Synchronize writes to the file. Note that by default the file allows overlapping writes. | |
NoInitLock | 256 | Do not lock the object during initialization. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.