LoggingAdvanced icon indicating copy to clipboard operation
LoggingAdvanced copied to clipboard

Improved and patched .NET Core console logger.

Results 5 LoggingAdvanced issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.13 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...

dependencies

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.13 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...

dependencies

Hello! What do you think about adding `IncludeColors` property to `ConsoleLoggerSettings`? This could be set to `true` by default. But if one wants to switch off coloring in the log...

enhancement
help wanted

Add support for logging timestamp with milliseconds. https://stackoverflow.com/questions/1176276/how-do-i-improve-the-performance-of-code-using-datetime-tostring

I've used this logger in lots of applications, and had great success. However, it crashes occasionally when used with the Azure SignalR client (see stack trace below). Once it crashes...

help wanted