Click or drag to resize

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
Syntax
public static Action<TimeSpan> LogPrinter { get; set; }

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
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md