logging
¶
| MODULE | DESCRIPTION |
|---|---|
audit |
|
timestamp_timezone_stamper |
|
| FUNCTION | DESCRIPTION |
|---|---|
exit_handler |
Log a message at program exit. |
exit_handler
¶
exit_handler(logger: Logger) -> None
Log a message at program exit.
Source code in nava/platform/cli/logging/__init__.py
55 56 57 58 59 60 61 62 63 64 65 | |