Click or drag to resize

InfoTypes Class

Provides types and classes for the InfoController.
Inheritance hierarchy
SystemObject
  NetEti.ApplicationControlInfoTypes

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public static class InfoTypes

The InfoTypes Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberCollection2InfoTypeArray Converts an InfoType collection into the corresponding InfoType array.
Public MethodStatic MemberInfoTypeArray2String Converts an InfoType array, e.g: InfoType[] SERIOUS to a corresponding string such as: "MILESTONE|ERROR|EXCEPTION".
Public MethodStatic MemberString2InfoType Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR" in the corresponding InfoType collection.
Public MethodStatic MemberString2InfoTypeArray Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR" in the corresponding InfoType array.
Back to the top
Fields
 NameDescription of the
Public FieldStatic MemberAll {InfoType.Debug, InfoType.Info, InfoType.Warn, InfoType.Milestone, InfoType.Error, InfoType.Exception }.
Public FieldStatic MemberAverage {InfoType.Info, InfoType.Warn, InfoType.Milestone, InfoType.Error, InfoType.Exception }.
Public FieldStatic MemberExpected { InfoType.Info, InfoType.Milestone }.
Public FieldStatic MemberNone { }
Public FieldStatic MemberSerious { InfoType.Milestone, InfoType.Error, InfoType.Exception }.
Public FieldStatic MemberUnexpected { InfoType.Warn, InfoType.Error, InfoType.Exception }.
Back to the top
Remarks
File: InfoType.cs
Author: Erik Nagel, NetEti

08.03.2012 Erik Nagel: created
21.09.2013 Erik Nagel: InfoArgs.ThreadInfos added.
26/09/2013 Erik Nagel: Type 'Statistics' added...
See also