serilog-sinks-console
serilog-sinks-console copied to clipboard
Write log events to System.Console as text or JSON, with ANSI theme support
Hi 👋 I was playing around to see if I could redirect all `Console.Write` calls to Serilog. The problem is that `ConsoleSink` itself will use `Console.Out` and `Console.Error` to write...
I'm looking for a way to set the console color per-property but this does not appear easy to do out-of-the-box. The context is Serilog's Level text is not really nice-looking...
**What issue does this PR address?** #35 **Does this PR introduce a breaking change?** *Not expected. But please check.* **Please check if the PR fulfills these requirements** - [x] The...
**Does this issue relate to a new *feature* or an existing *bug*?** - [ ] Bug - [x] New Feature **What is the target framework and operating system affected by...
**Does this issue relate to a new *feature* or an existing *bug*?** - [x] Bug - [ ] New Feature **What version of Serilog Console Sink is affected by this...
**Does this issue relate to a new *feature* or an existing *bug*?** - [x] Bug - [x] New Feature Not sure that this is a "bug" per se, it _may_...
**A few questions before you begin:** > Is this an issue related to the Serilog core project or one of the [sinks](https://github.com/serilog/serilog/wiki/Provided-Sinks) or [community projects](https://github.com/serilog/serilog/wiki/Community-Projects). This issue list is intended...
is there anyway to obtain an output like this using theme?
The ANSI themes provided with this sink look the best, but aren't supported on many Windows versions, and shouldn't be used unless the output is going to a terminal. Some...
Hi 👋 First of all, thanks for the great work on this library. I'm opening this issue to ask for a new release on NuGet. I'm specially interested in the...