Creates the instance defaulting to normal verbosity and using to Console.Error as the output.
Creates the instance defaulting to normal verbosity and using to Console.Error as the output.
public MessageSender();
Creates the instance with the given starting verbosity and defaulting to Console.Error as the output.
public MessageSender(Verbose);
Creates the instance with the starting verbosity and output source
public MessageSender(Verbose,TextWriter);
MessageSender Class | JaCIL.Util.Messenger Namespace