genielabs / serialport-lib-dotnet

Serial Port libray for .Net / Mono
https://www.nuget.org/packages/SerialPortLib/
Apache License 2.0
157 stars 65 forks source link

where is the content of the serial log output? #29

Open JohnDyson772 opened 5 months ago

JohnDyson772 commented 5 months ago

I am fairly new to this method of logging. Where is the content of private static Logger _logger = LogManager.GetCurrentClassLogger(); put when send and receiving messages?

Thanks