frequenz-floss / frequenz-core-python

Core utilities to complement Python's standard library
https://frequenz-floss.github.io/frequenz-core-python/
MIT License
0 stars 2 forks source link

Add a function to get a public logger for a module #23

Closed llucax closed 4 months ago

llucax commented 4 months ago

This function will return a logger for the public module containing the given module name. This is useful to make sure that logger name only reference public modules, which are the ones that the user imports and interacts with.

Implements the function suggested in frequenz-floss/frequenz-sdk-python#1009.

llucax commented 4 months ago

Enabled auto-merge.

llucax commented 4 months ago

Skipping release notes because since this is unreleased, I will write some special release notes for the initial release.