Skip to content

Assess logging framework #1259

@seanpearsonuk

Description

@seanpearsonuk

Implement module level logging using the native Python logging library. For each module, a new child logger will be initialized in the __init__.py file and its configuration will be loaded by a corresponding yaml file. Each child logger will have a "pyfluent-" prefix to prevent conflicts with other loggers created by other pyansys libraries. The logging for pyfluent will be initialized upon import.

For more information regarding the native python module and how it can be integrated in a python project, refer to: https://docs.python.org/3/howto/logging-cookbook.html

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

2021-2024

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions