Skip to content

Commit 53c1232

Browse files
committed
Revert changes
1 parent 835e409 commit 53c1232

File tree

1 file changed

+0
-2
lines changed
  • Flow.Launcher.Infrastructure/Logger

1 file changed

+0
-2
lines changed

Flow.Launcher.Infrastructure/Logger/Log.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,12 @@ private static string CheckClassAndMessageAndReturnFullClassWithMethod(string cl
135135
return className;
136136
}
137137

138-
#if !DEBUG
139138
private static void ExceptionInternal(string classAndMethod, string message, System.Exception e)
140139
{
141140
var logger = LogManager.GetLogger(classAndMethod);
142141

143142
logger.Error(e, message);
144143
}
145-
#endif
146144

147145
private static void LogInternal(string message, LogLevel level)
148146
{

0 commit comments

Comments
 (0)