Re: python3 - set '\n\n' as the terminator when writing a formatted LogRecord

2016-12-30 Thread Peter Otten
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

python3 - set '\n\n' as the terminator when writing a formatted LogRecord

2016-12-29 Thread iMath
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