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