iMath wrote:
> Is it possible to set '\n\n' as the terminator when writing a formatted
> LogRecord to a stream by changing the format parameter of
> logging.basicConfig?
>
> I know it is possible using the terminator attribute of StreamHandler
> class to implement this, I just wonder Is it possib
Is it possible to set '\n\n' as the terminator when writing a formatted
LogRecord to a stream by changing the format parameter of logging.basicConfig?
I know it is possible using the terminator attribute of StreamHandler class to
implement this, I just wonder Is it possible to achieve this featu