LogLevelSource.Write<T> Method (T, WriteMessageOptions) |
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
public void Write<T>( in T message, in WriteMessageOptions options = null ) where T : IMessage
Parameters
- message
- Type: T
The message, typically created using the SemanticMessageBuilder or FormattedMessageBuilder class. - options (Optional)
- Type: PostSharp.Patterns.Diagnostics.WriteMessageOptions
Options.
Type Parameters
- T
- Type of the message.