cesbit / aiowmi

Python WMI Queries
GNU General Public License v3.0
27 stars 8 forks source link

Use library own logger. #31

Closed KoBOLL closed 4 months ago

KoBOLL commented 4 months ago

Is your feature request related to a problem? Please describe. Use of a global logger by the library is unacceptable. Library logs interfere with application output. And this cannot be avoided.

Describe the solution you'd like Use a custom logger inside the library via logging.getLogger('aiowmi') with the default "NullHandler" handler.