JaCIL Framework API

MessageSender.WriteLine Method

Messages at the given verbosity. The message should not be output if the verbosity is lower than the given level.

Overload List

Messages at the given verbosity. The message should not be output if the verbosity is lower than the given level.

public void WriteLine(Verbose,string);

Messages at the given verbosity. The message should not be output if the verbosity is lower than the given level.

public void WriteLine(Verbose,string,params object[]);

See Also

MessageSender Class | JaCIL.Util.Messenger Namespace