JaCIL Framework API

MessageSender.Write Method (Verbose, String, Object[])

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

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

Parameters

level
The level of the message.
format
The format string.
objs
The objects corresponding to the format.

See Also

MessageSender Class | JaCIL.Util.Messenger Namespace | MessageSender.Write Overload List