JaCIL Framework API

MessageSender Class

Provides a rudimentary output system for communicating tool messages to a user. The premise is that for most console tools (like JaCIL), a full logging framework is too heavy. Provides a somewhat nicer abstraction for such tools than the straight TextWriter or Console.

For a list of all members of this type, see MessageSender Members.

System.Object
   JaCIL.Util.Messenger.MessageSender

public class MessageSender

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: JaCIL.Util.Messenger

Assembly: JaCIL.Util (in JaCIL.Util.dll)

See Also

MessageSender Members | JaCIL.Util.Messenger Namespace