You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and passed inside my sink.
I have no problems with GraylogSink because it is public, so I propose to make ConsoleSync public too.
The text was updated successfully, but these errors were encountered:
This will work with all existing Serilog sinks, and automatically handles correct IDisposable and IAsyncDisposable forwarding to the wrapped sink (removing the need to implement these on your wrapper sink type).
Hello, what is the reason for making the
ConsoleSink
class internal? I am writing my own ad-hoc limiting sink and cannot make use ofConsoleSink
because it cannot be instantiated and passed inside my sink.I have no problems with
GraylogSink
because it is public, so I propose to makeConsoleSync
public too.The text was updated successfully, but these errors were encountered: