LogCategory Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
SQL | 1 | SQL | |
Client | 2 | Log originated in client-side script. | |
Web | 4 | Web-specific messages | |
Performance | 8 | Performance messages | |
Security | 16 | Security-related messages | |
UI | 32 | User Interface problem/limitation messages | |
Platform | 64 | Platform-related activity. | |
Localization | 65536 | Localization messages | |
DBConnection | 131072 | DB connection messages | |
FunctionParsing | 1048576 | Function parsing messages | |
Timing | 2097152 | Performance timing info | |
VersionCompat | 4194304 | Version compatibility info | |
MetaData | 8388608 | Potential Meta-data problem | |
Scripting | 16777216 | Potential Scripting problem | |
File | 33554432 | File handling problem | |
Test | 67108864 | Testing messages | |
NotImplemented | 134217728 | Message regarding unimplemented or incomplete implementation. | |
Hack | 268435456 | Temporary hack that should be corrected. | |
EventLog | 536870912 | This message should be logged to the event log as well as the DevLog | |
WithStackTrace | 1073741824 | The devlog entry should include the current call stack. Note that this can have a noticeable performance hit so use with discretion. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.