Eplan Platform API
Eplan.EplApi.Base Namespace / MessageLevel Enumeration

In This Topic
    MessageLevel Enumeration
    In This Topic
    Severity of the error
    Syntax
    public enum MessageLevel : System.Enum 
    public enum class MessageLevel : public 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