serilog-sinks-console icon indicating copy to clipboard operation
serilog-sinks-console copied to clipboard

Write log events to System.Console as text or JSON, with ANSI theme support

Results 23 serilog-sinks-console issues
Sort by recently updated
recently updated
newest added

Add [Dracula Theme](https://github.com/dracula)

I want to make "developer console" called in WinForm application by pressing hotkeys. The console is opened by calling AllocConsole, but the problem is that the text is displayed only...

No test hook currently available for this that I can see. Simple bug, escape sequences within rendered sequences will count towards the output width, but shouldn't.

**What issue does this PR address?** [Please add net6.0, net7.0 targets](https://github.com/serilog/serilog-sinks-console/issues/144) **Does this PR introduce a breaking change?** No **Please check if the PR fulfills these requirements** - [yes ]...

I have a client who is up in arms because this package "does not support net6.0." Yes, I know there's a target of NetStandard2.1 being used. Net5.0 is out of...

See with `Hide whitespace` option. No actual code changes.

Hi there 👋, Several days ago I posted #138 and I have created the package I was talking about: [Serilog.Sinks.Console.LogThemes](https://github.com/JasonLandbridge/Serilog.Sinks.Console.LogThemes) @nblumhardt, would you be so kind to test it out...

Hello, First, thanks a lot for the defacto standard dotnet logger that countless apps depend on. Sorry for only getting to say this while contacting for a small-ish bug. This...

Hello, what is the reason for making the `ConsoleSink` class internal? I am writing my own ad-hoc limiting sink and cannot make use of `ConsoleSink` because it cannot be instantiated...

Using Serilog 3.1.1 but happens to me too with 4.0.0. When I try to enter into this function in my own formatter: ```csharp private void WriteTraceId(LogEvent logEvent, TextWriter output) {...