jkotas commented on code in PR #256: URL: https://github.com/apache/logging-log4net/pull/256#discussion_r2146960186
########## src/log4net/Core/LoggerManager.cs: ########## @@ -339,6 +339,10 @@ public static ILogger GetLogger(Assembly repositoryAssembly, Type type) /// </remarks> public static void Shutdown() { + //Cleanup event handlers since they only call this mathod anyways Review Comment: ```suggestion // Cleanup event handlers since they only call this method anyways ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org