The default provider for Serilog in LibLog is SerilogLogProvider. This provider will use the static entry point Serilog.Log to log entries.
How can I use a custom Serilog ILogger with LibLog? I could write a new log provider for LibLog but want to know if there are other options already available for me.
The reason for this is that I want to use different log configurations for my application and the library with LibLog support.