JaCIL Framework API

MessageSender.Write 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 Write(Verbose,string);

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

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

See Also

MessageSender Class | JaCIL.Util.Messenger Namespace