8.7.15. vantage6.common.ClickLogger¶
- class ClickLogger¶
Bases:
object
“Logs output to the click interface.
- __init__()¶
Methods
__init__
()debug
(msg)Print a debug message to the click interface.
error
(msg)Print an error message to the click interface.
info
(msg)Print an info message to the click interface.
warn
(msg)Print a warning message to the click interface.
- static debug(msg)¶
Print a debug message to the click interface.
- Parameters:
msg (str) – The message to print.
- Return type:
None
- static error(msg)¶
Print an error message to the click interface.
- Parameters:
msg (str) – The message to print.
- Return type:
None
- static info(msg)¶
Print an info message to the click interface.
- Parameters:
msg (str) – The message to print.
- Return type:
None
- static warn(msg)¶
Print a warning message to the click interface.
- Parameters:
msg (str) – The message to print.
- Return type:
None