LogActivity.SetSuccess<T1> Method (String, T1) |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
public void SetSuccess<T1>( string formattingString, T1 arg1 )
Parameters
- formattingString
- Type: System.String
The success message with parameters, for instance Written {Count} lines. - arg1
- Type: T1
Value of the first parameter.
Type Parameters
- T1
- Type of the first parameter.