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 feature by 
changing the format parameter? I am not familiar with the format string language
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to