Click or drag to resize

InfoTypes Methods

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
See also