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

In This Topic
    printmsg Method (MsgLogger)
    In This Topic
    Prints the message 'msg' to the output device, appending a newline, with severity 'sev'. Some implementations where the appended newline is irrelevant may not append the newline. Depending on the implementation the severity of the message may be added to it. The message is reformatted as appropriate for the output devic, but any newline characters are respected.
    Syntax
    'Declaration
     
    
    Sub printmsg( _
       ByVal sev As Integer, _
       ByVal msg As String _
    ) 
    void printmsg( 
       int sev,
       string msg
    )

    Parameters

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