ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / StreamMsgLogger Class
Methods


In This Topic
    StreamMsgLogger Class Members
    In This Topic

    The following tables list the members exposed by StreamMsgLogger.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodWrites any buffered data from the print() and println() methods to the device.  
    Public MethodPrints the string 'str' to the 'out' stream, appending a newline. The message is reformatted to the line width given to the constructors and using 'flind' characters to indent the first line and 'ind' characters to indent the second line. However, any newlines appearing in 'str' are respected. The output device may or may not display the string until flush() is called, depending on the autoflush state of the PrintWriter, to be sure flush() should be called to write the string to the device. This method just prints the string, the string does not make part of a "message" in the sense that noe severity is associated to it.  
    Public MethodPrints the message 'msg' to the output device, appending a newline, with severity 'sev'. The severity of the message is prepended to the message.  
    Top
    See Also