Click or drag to resize

PFLogger_Level Enumeration

Describes the level 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_Level
Members
  Member nameValueDescription
Step0 Step: just a step during a code execution.
Information1 Information.
Warning2 Warning.
Error3 An exception.
Critical4 A critical problem.
See Also