The logger package#

Summary#

environ

Environment variables for mechanical logging.

linux_api

Internal Mechanical logging Linux API.

sinks

Mechanical application logging sinks.

windows_api

Windows API for internal Mechanical logging.

Configuration

Configures logger for Mechanical embedding.

Logger

Provides the Logger class for embedding.

LOGGING_SINKS

Constant for logging sinks.

LOGGING_CONTEXT

Constant for logging context.

Description#

Embedding logger.

Module to interact with the built-in logging system of Mechanical.

Module detail#

logger.LOGGING_SINKS: Set[int]#

Constant for logging sinks.

logger.LOGGING_CONTEXT: str = 'PYMECHANICAL'#

Constant for logging context.