certbot.log
¶
Logging utilities.
-
class
certbot.log.
DialogHandler
(level=0, height=20, width=68, d=None)[source]¶ Bases:
logging.Handler
Logging handler using dialog info box.
Variables: - height (int) – Height of the info box (without padding).
- width (int) – Width of the info box (without padding).
- lines (list) – Lines to be displayed in the info box.
- d – Instance of
dialog.Dialog
.