PerformanceMeasurementArgsHandleLogging Method |
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void HandleLogging(
string metricDomainName,
Action<string> writeToDebugLog
)
Public Sub HandleLogging (
metricDomainName As String,
writeToDebugLog As Action(Of String)
)
public:
void HandleLogging(
String^ metricDomainName,
Action<String^>^ writeToDebugLog
)
member HandleLogging :
metricDomainName : string *
writeToDebugLog : Action<string> -> unit
Parameters
- metricDomainName
- Type: SystemString
The domain name of the exec stats entry. - writeToDebugLog
- Type: SystemActionString
An action to handle actually writing to debug log. If null no debug logging is performed.
See Also