leapp.logger package
Module contents
- class leapp.logger.LeappAuditHandler(*args, **kwargs)
Bases:
HandlerInitializes the instance - basically setting the formatter to None and the filter list to empty.
- emit(record)
Do whatever it takes to actually log the specified logging record.
This version is intended to be implemented by subclasses and so raises a NotImplementedError.
- leapp.logger.configure_logger(log_file=None)