Click or drag to resize

InfoType Enumeration

Enumeration of the possible types of information.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public enum InfoType
Member
Member nameValueDescription of the
Statistics0Messages are only processed by InfoReceivers that declare themselves responsible for this type.
Debug1Messages are only logged
Info2Messages are logged and processed by InfoReceivers that declare themselves responsible for this type.
Warning3Messages are logged and processed by InfoReceivers that declare themselves responsible for this type.
Milestone4Messages are logged and processed by InfoReceivers that declare themselves responsible for this type.
Error5Messages are logged and processed by InfoReceivers that declare themselves responsible for this type.
Exception6Messages are logged and processed by InfoReceivers that declare themselves responsible for this type.
NoRegex7Messages are logged without restriction by a possible user filter.
Nolog8Messages are not logged.
unknown9Unknown InfoType for syntactic preallocations.
See also