class documentation

class NewLineStreamHandler(logging.StreamHandler): (source)

View In Hierarchy

StreamHandler which switches line terminator by record.nonl flag.

Method emit Undocumented
Instance Variable terminator Undocumented
def emit(self, record): (source)

Undocumented

Parameters
record:logging.LogRecordUndocumented
terminator: str = (source)

Undocumented