 | InfoTypes Class |
Provides types and classes for the InfoController.
Inheritance hierarchy Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static class InfoTypes
Public NotInheritable Class InfoTypes
public ref class InfoTypes abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type InfoTypes = class end
The InfoTypes Type exposes the following members.
Methods | Name | Description of the |
---|
  | Collection2InfoTypeArray |
Converts an InfoType collection into the corresponding InfoType array.
|
  | InfoTypeArray2String |
Converts an InfoType array, e.g: InfoType[] SERIOUS to
a corresponding string such as: "MILESTONE|ERROR|EXCEPTION".
|
  | String2InfoType |
Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR"
in the corresponding InfoType collection.
|
  | String2InfoTypeArray |
Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR"
in the corresponding InfoType array.
|
Back to the top
Fields | Name | Description of the |
---|
  | All |
{InfoType.Debug, InfoType.Info, InfoType.Warn, InfoType.Milestone, InfoType.Error, InfoType.Exception }.
|
  | Average |
{InfoType.Info, InfoType.Warn, InfoType.Milestone, InfoType.Error, InfoType.Exception }.
|
  | Expected |
{ InfoType.Info, InfoType.Milestone }.
|
  | None |
{ }
|
  | Serious |
{ InfoType.Milestone, InfoType.Error, InfoType.Exception }.
|
  | Unexpected |
{ 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