aaOpenSource / aaLog

A library and example programs for reading the standard SMC log file format
MIT License
13 stars 15 forks source link

Removed log4net.Config.BasicConfigurator.Configure calls #23

Closed logic-danderson closed 8 years ago

logic-danderson commented 8 years ago

This is for issue 13, removing calls to log4net.Config.BasicConfigurator.Configure() from aaLogReader so it will not reset the log4net configuration.

arobinsongit commented 8 years ago

Can you go back and remove the associated debug messages also?

logic-danderson commented 8 years ago

I'm not sure which debug messages you mean. You'd like the three Debug calls in the two aaLogReader constructors removed?

arobinsongit commented 8 years ago

Nevermind... I was cross-eyed.. thought for some reason it was referencing creating the logger, not the log reader. :-(.