[]
        
(Showing Draft Content)

CSJ2K.j2k.util.MsgLogger_Fields

MsgLogger_Fields Struct

Namespace: CSJ2K.j2k.util
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public struct MsgLogger_Fields

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.