[]
        
(Showing Draft Content)

CSJ2K.j2k.util.MsgLogger.printmsg

printmsg Method

printmsg(int, string)

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.

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

The message severity (LOG, INFO, etc.)

string msg

The message to display