NullLogger

A logger that implements the interface, but doesn’t ever print. Allows code to avoid a bunch of “if logger is not None” blocks

 

log_print(self, message, *params, print_options=None, padding=None, newline=None, **kwargs): 

 

__bool__(self): 

Feedback

Examples

Templates

Documentation