API Help
Eplan.EplApi.Base Namespace / MessageLevel Enumeration

MessageLevel Enumeration
Severity of the error
Syntax
public enum MessageLevel : System.Enum 
Members
MemberValueDescription
Assert3Assert: The lowest level of an error, which will not appear in GUI. See also EplAssert class.
Error4Error
FatalError5Fatal Error
Message1Note
Trace0Trace: Trace message for developers. It will appear in the EplLog file, if "Advanced mode" is activated.
Warning2Warning
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.Base.MessageLevel

See Also