Is there some trio library for logging ?
I am familiar with python import logging
, but my concern is that ever call to is is blocking.
So would like to use something that is non-blocking and is supported by trio.
Any suggestions ?
Is there some trio library for logging ?
I am familiar with python import logging
, but my concern is that ever call to is is blocking.
So would like to use something that is non-blocking and is supported by trio.
Any suggestions ?