IMessage Interface |
Represents a message that can be used with the LogSource class. To create a message
instance, you would typically use the SemanticMessageBuilder or FormattedMessageBuilder class.
Namespace: PostSharp.Patterns.Diagnostics.Custom.Messages
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IMessage
The IMessage type exposes the following members.
Name | Description | |
---|---|---|
Write |
Renders the current message into a given ICustomLogRecordBuilder.
|