Giving the following scenario:
- Seq logger instance created and initialized
- No SEQ server is running. Error is printed out
- Sending log messages are queued but never send
As a reseult, the memory usage just grows. I did not found option to check if the logger is connected to the seq server and e.g. do not send messages or even that the library checks that.
Whats the proposed solution here?