[]
        
(Showing Draft Content)

CSJ2K.j2k.util.StreamMsgLogger.printmsg

printmsg Method

printmsg(int, string)

Prints the message 'msg' to the output device, appending a newline, with severity 'sev'. The severity of the message is prepended to the message.

Declaration
public virtual void printmsg(int sev, string msg)
Parameters
Type Name Description
int sev

The message severity (LOG, INFO, etc.)

string msg

The message to display

Implements