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? |
Replies: 1 comment
|
Overwrite directly Log.Logger (serilog) with a temporary log at debug level does the trick |
Overwrite directly Log.Logger (serilog) with a temporary log at debug level does the trick