Ghislain1 / nf-tools

🧰 toolbox for .NET nanoFramework
https://www.nanoframework.net
MIT License
0 stars 0 forks source link

Add Log4Net #1

Closed Ghislain1 closed 12 months ago

Ghislain1 commented 1 year ago

Goal: Replace current Log with Log4Net library to log information

More info see https://logging.apache.org/log4net/release/manual/configuration.html

@josesimoes what do you think about?

josesimoes commented 1 year ago

The "formated" logging is there for debugging purpose, basically to cross check with native output. Why do you think we need a different logging mechanism?