pisces.utilities.log#

Logging utilities for the Pisces ecosystem.

This module defines and configures the global logger (pisces_logger), which serves as the main entry point for logging messages across the Pisces codebase. Logging behavior—such as log level, formatting, and enable/disable switches—is controlled by the central configuration (pisces_config) under the logging.main namespace.

Classes

LogDescriptor([mode])

A descriptor for dynamically creating and managing loggers for a class.