 | ProfilerLogPrinter Property |
A
ActionT delegate that can be used to redirect the log output. By default the log output will be send to the output window.
Namespace:
BionicCode.Utilities.Net.Standard.Profiling
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
SyntaxBionicCode.Utilities.Net.Standard.Profiling.Profiler.get_LogPrinter = function();
BionicCode.Utilities.Net.Standard.Profiling.Profiler.set_LogPrinter = function(value);
Property Value
Type:
ActionTimeSpanA
ActionT delegate which will be invoked to output the elapsed
TimeSpan. The default delegate will print the output to the output window.
See Also