IDetailedMessage Interface
Provides the signature for Message classes that
can be supplemented by a key-value list of details.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
public interface IDetailedMessage
Details |
Gets the list (usually a clone of an internally-held list)
of details that the message contains.
|
AddDetail |
Adds a detail to the list of details.
|