-
**A few questions before you begin:**
> Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Prov…
-
**Describe the bug**
If there is any kind of error during a `LogEvent`'s logging, then it breaks the sink entirely, because it does not get rid of the source `LogEvent`.
**To Reproduce**
Attached…
-
Hello,
When logging with Serilog using files it is possible to retain only a number of files if I'm not mistaken. Is it possible to do something similar with this sink by only keeping for example, …
-
Is there a way to integrate the "shared" feature of LiteDB into this Serilog package?
Possibly an option like [serilog-sinks-async](https://github.com/serilog/serilog-sinks-async) as can be seen in t…
-
Hey there, I have just upgraded to 3.0.1 and was wondering about the following error:
```c#
Unhandled exception. System.InvalidCastException: Unable to cast object of type 'Serilog.Sinks.Graylog.B…
-
I need to specify different filters for each sink and example above is working correctly in debug mode, but after publishing application as self-contained logs failed to write.
```json
{
"Seri…
-
My project creates a signed assembly, so I can only reference signed assemblies. Core Serilog is signed, so we've had no trouble using it, but we can't pull in this sink without signing it ourselves. …
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [ ] Bug
- [x] New Feature
_*Not sure if it's a new feature, but it seems like that unless I'm missing some additional configu…
-
- [x] the exact package id and version you're using - `Serilog.Sinks.Console 5.0.0` via `Serilog.AspNetCore 8.0.1`
- [x] your `dotnet` toolchain version, target framework, and operating system - `d…
-
This is very nice idea - was looking exactly for something like that!
How to explicitly do a log? i.e: browserLogger.Debug("This is a log message");
Serilog exposes an ILogger just the same as t…