Click or drag to resize

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
C#
public enum PFLogger_Category
Members
  Member nameValueDescription
EngineInstallation0 Engine installation
ApplicationInstallation1 Application installation.
Organisation2 Organisation.
Save3 Save.
Delete4 Delete.
SQLStructure5 SQL structure ensuring or validating.
Interface6 Interface.
Mail7 Sending mail.
Other8 Other, not listed.
Job9 Job execution.
ExternalConnection10 External connection.
Plugin11 External connection.
See Also