Enum Log.Type
Log types. Each is also represented by a character shortcut, which can be used for filtering output ScopeCodes.
Namespace: Cobasoft
Assembly: Cobasoft.Log.dll
Syntax
public enum Type : byte
Fields
Name | Description |
---|---|
All | |
Data | |
Entry | |
Error | |
Exception | |
Exit | |
Info | |
Memory | |
None | |
ShowMessage | |
Success | |
Time | |
Verbose | |
Warning |