ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / StreamMsgLogger Class / StreamMsgLogger Constructor / StreamMsgLogger Constructor(Stream,Stream,Int32)
Where to print simple strings and LOG and INFO messages.
Where to print WARNING and ERROR messages
The line width to use in formatting

In This Topic
    StreamMsgLogger Constructor(Stream,Stream,Int32)
    In This Topic
    Constructs a StreamMsgLogger that uses 'outstr' as the 'out' stream, and 'errstr' as the 'err' stream. Note that 'outstr' and 'errstr' can be System.out and System.err.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outstr As Stream, _
       ByVal errstr As Stream, _
       ByVal lw As Integer _
    )
    public StreamMsgLogger( 
       Stream outstr,
       Stream errstr,
       int lw
    )

    Parameters

    outstr
    Where to print simple strings and LOG and INFO messages.
    errstr
    Where to print WARNING and ERROR messages
    lw
    The line width to use in formatting
    See Also