 | Profiler.LogPrinter Property |
A
Action<T> 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:
Action<TimeSpan>A
Action<T> delegate which will be invoked to output the elapsed
TimeSpan. The default delegate will print the output to the output window.
See Also