GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

log4net integration

Open yatli opened this issue 7 years ago • 2 comments

yatli avatar Nov 08 '17 12:11 yatli

I think you should use Microsoft.Extensions.Logging package, not specific logger .

Itfly avatar Mar 30 '18 07:03 Itfly

@ItFly thanks for the suggestion. Yes we do not intend to bind to a specific logger; I’m only hoping to keep the log hook really lean and mean, and all other logging facilities go through our p/invoked collector.

But you’re right, if the ms package already provides the adapters, the effort for building such is weaved

yatli avatar May 11 '18 09:05 yatli