Logger.OpenActivity Method (String, Object[]) |
Opens a custom activity with an array of parameters.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public LogActivity OpenActivity( string text, params Object[] args )
Parameters
- text
- Type: System.String
The description of the activity, including parameters (e.g. Writing {LineCount} line(s) in file {Path}.) - args
- Type: System.Object[]
An array of parameters.
Return Value
Type: LogActivityA Logger representing the new activity.
The activity must be closed using SetSuccess(String), SetFailure(String) or SetException(Exception).