DotNetCore.Logging
License
MIT
Deps
7
Install Size
—
Vulns
✓ 0
Published
Feb 11, 2026
$ dotnet add package DotNetCore.Logging
public static class Extensions { public static void Log(this ILogger logger, HttpResponseMessage response) { } public static IHostBuilder UseSerilog(this IHostBuilder builder) { } }