Skip to content

Commit

Permalink
improved module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ofloveandhate committed Jul 19, 2024
1 parent 525cb9c commit 3601bcd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion markdown2canvas/logging.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
'''
Logging utilities. Uses the built-in `logging` library. This part could probably be improved to allow the user to set their own levels or turn on/off logging more easily.
Logging utilities. Uses the built-in `logging` library.
The default_* variables in here are just what the values start at. Setting the values of these variables does nothing.
You have to do something like `mc.logging.logger.setLevel(bla)` to actually get action.
This part of the library could probably be improved to allow the user to
* set their own levels
* turn on/off logging more easily
* control the output directory
etc. Good luck. I believe in you.
~silviana
'''

__all__ = [
Expand Down

0 comments on commit 3601bcd

Please sign in to comment.