ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / StreamMsgLogger Class / printmsg Method
The message severity (LOG, INFO, etc.)
The message to display

In This Topic
    printmsg Method (StreamMsgLogger)
    In This Topic
    Prints the message 'msg' to the output device, appending a newline, with severity 'sev'. The severity of the message is prepended to the message.
    Syntax
    'Declaration
     
    
    Public Overridable Sub printmsg( _
       ByVal sev As Integer, _
       ByVal msg As String _
    ) 
    public virtual void printmsg( 
       int sev,
       string msg
    )

    Parameters

    sev
    The message severity (LOG, INFO, etc.)
    msg
    The message to display
    See Also