[]
public struct MsgLogger_Fields
Name | Description |
---|---|
ERROR | Severity of message. ERROR messages denote that something has gone wrong and probably that execution has ended. They should be definetely displayed to the user. |
INFO | Severity of message. INFO messages should be displayed just for user feedback. |
LOG | Severity of message. LOG messages are just for bookkeeping and do not need to be displayed in the majority of cases |
WARNING | Severity of message. WARNING messages denote that an unexpected state has been reached and should be given as feedback to the user. |