Custom log sinks were a requested topic in the community.
I did not add an actual implementation as basing off of TraceLogSink is ~150 LoC, plus adding StringBuilderCache. So instead of making a trimmed down version with less efficient string building, I linked to the TraceLogSink source.
Custom log sinks were a requested topic in the community.
I did not add an actual implementation as basing off of
TraceLogSink
is ~150 LoC, plus addingStringBuilderCache
. So instead of making a trimmed down version with less efficient string building, I linked to theTraceLogSink
source.