setup_logger#
- radionets.core.logging.setup_logger(**kwargs)[source]#
Basic logging setup. Uses
RichHandlerfor formatting and highlighting of the log.- Parameters:
- **kwargs
Keyword arguments for
RichHandler.
- Returns:
- logging.Logger
Logger object using
RichHandlerfor formatting and highlighting.
See also
RichHandlerRich’s builtin logging handler for more information on allowed keyword arguments.