Click or drag to resize

PerformanceMeasurementArgsHandleLogging Method

Handles the logging of the performance measurement. Used in LogPerformanceMeasurement(PerformanceMeasurementArgs)

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void HandleLogging(
	string metricDomainName,
	Action<string> writeToDebugLog
)

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