FormattedMessageBuilder.Formatted<T1> Method (String, T1) |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.15.0 (6.5.15.0)
public static FormattedMessage<T1> Formatted<T1>( string formattingString, T1 arg1 )
Parameters
- formattingString
- Type: System.String
The text of the log record, including parameters (e.g. Opening {Path} file {ShareMode} sharing mode). - arg1
- Type: T1
Value of the first parameter.
Type Parameters
- T1
- Type of the first parameter.