class documentation

class NewLineStreamHandler(logging.StreamHandler):

View In Hierarchy

StreamHandler which switches line terminator by record.nonl flag.
Method emit Undocumented
Instance Variable terminator Undocumented
def emit(self, record):

Undocumented

Parameters
record:logging.LogRecordUndocumented
terminator: str =

Undocumented