OpenActivity(LogLevelSource, string, ref CallerInfo, object)
Method called by DiagnosticSourceCollectingListener when a message suffixed .Start
is captured. Should open an activity and return it.
Declaration
ILogActivity OpenActivity(LogLevelSource logSource, string activityName, ref CallerInfo callerInfo, object message)
Parameters
Type | Name | Description |
---|---|---|
LogLevelSource | logSource | |
string | activityName | |
CallerInfo | callerInfo | The output value is ignored. |
object | message |
Returns
Type | Description |
---|---|
ILogActivity |