PFLogger_Category Enumeration |
Describes the category of a log entry.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum PFLogger_Category
Members
| Member name | Value | Description |
---|
| EngineInstallation | 0 |
Engine installation
|
| ApplicationInstallation | 1 |
Application installation.
|
| Organisation | 2 |
Organisation.
|
| Save | 3 |
Save.
|
| Delete | 4 |
Delete.
|
| SQLStructure | 5 |
SQL structure ensuring or validating.
|
| Interface | 6 |
Interface.
|
| Mail | 7 |
Sending mail.
|
| Other | 8 |
Other, not listed.
|
| Job | 9 |
Job execution.
|
| ExternalConnection | 10 |
External connection.
|
| Plugin | 11 |
External connection.
|
See Also