Skip to main content

marvin.utilities.logging

Functions

get_logger

Retrieves a logger with the given name, or the root logger if no name is given. Args: name: The name of the logger to retrieve. Returns: The logger with the given name, or the root logger if no name is given. Example: Basic Usage of get_logger

maybe_quote

setup_logging


Parent Module: utilities