Revert changes

This commit is contained in:
Jack251970 2025-04-02 11:51:34 +08:00
parent 835e4096c8
commit 53c12327c0

View file

@ -135,14 +135,12 @@ namespace Flow.Launcher.Infrastructure.Logger
return className;
}
#if !DEBUG
private static void ExceptionInternal(string classAndMethod, string message, System.Exception e)
{
var logger = LogManager.GetLogger(classAndMethod);
logger.Error(e, message);
}
#endif
private static void LogInternal(string message, LogLevel level)
{