We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835e409 commit 53c1232Copy full SHA for 53c1232
1 file changed
Flow.Launcher.Infrastructure/Logger/Log.cs
@@ -135,14 +135,12 @@ private static string CheckClassAndMessageAndReturnFullClassWithMethod(string cl
135
return className;
136
}
137
138
-#if !DEBUG
139
private static void ExceptionInternal(string classAndMethod, string message, System.Exception e)
140
{
141
var logger = LogManager.GetLogger(classAndMethod);
142
143
logger.Error(e, message);
144
145
-#endif
146
147
private static void LogInternal(string message, LogLevel level)
148
0 commit comments