DotNetLogger no longer available in 9.0.3 #1490
-
Usage Information Description Here the use case: Log.Information("Replace dotnet logger: log always as debug because of all the SonarQube warnings"); //DotNetBuild Task DotNetLogger = originalDotNetLogger DotNetLogger has been removed from the implementation. Could you please give us a hint about this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Overwrite directly Log.Logger (serilog) with a temporary log at debug level does the trick |
Beta Was this translation helpful? Give feedback.
Overwrite directly Log.Logger (serilog) with a temporary log at debug level does the trick