Serilog.Debugging.LoggingFailedException
May be thrown by log event sinks when a failure occurs. Should not be used in cases
where the exception would propagate out to callers.
namespace Serilog.Debugging
{
public class LoggingFailedException : Exception
{
public LoggingFailedException(string message);
}
}