Tentativo fix DECODER bugs:
- modifica console.log fuori da debug
This commit is contained in:
@@ -284,13 +284,11 @@ namespace MP.MONO.ADAPTER.OPC
|
||||
restrictedToMinimumLevel: (LogEventLevel)consoleLogLevel
|
||||
);
|
||||
}
|
||||
#if DEBUG
|
||||
else
|
||||
{
|
||||
loggerConfiguration
|
||||
.WriteTo.Debug(restrictedToMinimumLevel: (LogEventLevel)consoleLogLevel);
|
||||
}
|
||||
#endif
|
||||
LogLevel fileLevel = LogLevel.Information;
|
||||
|
||||
// switch for Trace/Verbose output
|
||||
|
||||
Reference in New Issue
Block a user