Click or drag to resize

LogEntryType Enumeration

Identifies the type of entry in the log. Indicates the severity of the message.

Namespace:  Packflow.FileLogger
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public enum LogEntryType
Members
  Member nameValueDescription
Normal0 Simple information.
Error1 Something went wrong.
Success2 An operation was succesfuly completed.
See Also