Migrate the current NonBlocking impl to a composible async appender. Ref - * https://github.com/SpriteOvO/spdlog-rs/blob/main/spdlog/src/sink/async_sink/async_pool_sink.rs But I don't think we need a thread pool or something complicated here - just migrate the current nonblocking impl and file/syslog appender impl.
Migrate the current NonBlocking impl to a composible async appender.
Ref -
But I don't think we need a thread pool or something complicated here - just migrate the current nonblocking impl and file/syslog appender impl.