JaCIL Framework API

MessageSender Constructor

Creates the instance defaulting to normal verbosity and using to Console.Error as the output.

Overload List

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);

See Also

MessageSender Class | JaCIL.Util.Messenger Namespace