IdtMessageDestination Property
Gets or sets the message's destination.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
public virtual string Destination { get; set; }
Property Value
String
The destination may be an SMTP address, a file name,
a log identifier, etc. The message sink has the responsibility of
determining how to handle a given message and destination.