[]
        
(Showing Draft Content)

CSJ2K.j2k.util.MsgLogger.println

println Method

println(string, int, int)

Prints 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.

Declaration
void println(string str, int flind, int ind)
Parameters
Type Name Description
string str

The string to print

int flind

Indentation of the first line

int ind

Indentation of any other lines.