PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Custom.​MessagesSemantic­Message<T1>
Open sandboxFocus

SemanticMessage<T1> Class

Encapsulates a semantic message with a 1 number of parameter. Use the SemanticMessageBuilder class to create an instance of this type.

Inheritance
SemanticMessage<T1>
Implements
IMessage
Namespace: PostSharp.Patterns.Diagnostics.Custom.Messages
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class SemanticMessage<T1> : ValueType, IMessage
Type Parameters
Name Description
T1

Methods

Name Description
ToString()

Explicit Interface Implementations

Name Description
IMessage.Write(ICustomLogRecordBuilder, CustomLogRecordItem)