ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / MsgLogger Interface
Methods

In This Topic
    MsgLogger Interface Members
    In This Topic

    The following tables list the members exposed by MsgLogger.

    Public Methods
     NameDescription
     MethodWrites any buffered data from the println() method to the device.  
     MethodPrints the string 'str' to the output device, appending a line return. The message is reformatted as appropriate to the particular diplaying device, where 'flind' and 'ind' are used as hints for performing that operation. However, any newlines appearing in 'str' are respected. The output device may not display the string until flush() is called. Some implementations may automatically flush when this method is called. This method just prints the string, the string does not make part of a "message" in the sense that no severity is associated to it.  
     MethodPrints 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.  
    Top
    See Also