BuildTimeLogger.Activity<T1, T2> Method (String, T1, T2) |
Namespace: PostSharp.Extensibility.BuildTimeLogging
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
public BuildTimeLogActivity Activity<T1, T2>( string format, T1 arg1, T2 arg2 )
Parameters
- format
- Type: System.String
Message. - arg1
- Type: T1
Value of the 1-th parameter. - arg2
- Type: T2
Value of the 2-th parameter.
Type Parameters
- T1
- Type of the 1-th parameter.
- T2
- Type of the 2-th parameter.
Return Value
Type: BuildTimeLogActivityAn opaque object to be disposed at the end of the activity to decrease the indentation level.