dokan-dev / dokan-dotnet

Dokan DotNet Wrapper
http://dokan-dev.github.io
MIT License
462 stars 116 forks source link

DokanNet.Logging.ILogger #265

Closed fengjiannan2010 closed 3 years ago

fengjiannan2010 commented 3 years ago

I use log4net to implement the interface of DokanNet.Logging.ILogger. How can I get the class name, method name, and line number of the interface call?

Or how to access a third-party log library to display the class, method, etc. of the output log

Liryna commented 3 years ago

@fengjiannan2010 Hi,

I imagine log4net has some options to do that. It might be good to look at their documentation or open issue to their repository.