srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
305 stars 46 forks source link

Use NullHandler as the default handler #29

Closed srounet closed 3 years ago

srounet commented 3 years ago

It is common to use NullHandler as the default handler for libraries.

https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library

Use NullHandler as the default handler, and explain how to add handler trough documentation.

srounet commented 3 years ago

This is implemented in pymem 1.8.3 see: https://github.com/srounet/Pymem/commit/c27208e9db046618d1193c5c371b60c7237d9fb9