For the log file that is generated, I'm not sure I'm a fan of the current approach. Can I use AOP instead? http://stackoverflow.com/questions/3842823/should-logger-be-private-static-or-not http://stackoverflow.com/questions/13713930/in-c-sharp-should-my-common-logging-logger-be-an-instance-member-or-static http://logging.apache.org/log4net/ http://nlog-project.org/ http://accu.org/index.php/journals/512 http://rolf-engelhard.de/2013/03/logging-anti-patterns-part-i/
For the log file that is generated, I'm not sure I'm a fan of the current approach. Can I use AOP instead?
http://stackoverflow.com/questions/3842823/should-logger-be-private-static-or-not
http://stackoverflow.com/questions/13713930/in-c-sharp-should-my-common-logging-logger-be-an-instance-member-or-static
http://logging.apache.org/log4net/
http://nlog-project.org/
http://accu.org/index.php/journals/512
http://rolf-engelhard.de/2013/03/logging-anti-patterns-part-i/