IDetailedMessage Interface

Provides the signature for Message classes that can be supplemented by a key-value list of details.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public interface IDetailedMessage

Properties

Details Gets the list (usually a clone of an internally-held list) of details that the message contains.

Methods

AddDetail Adds a detail to the list of details.

See Also