Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Sep 6, 2023
1 parent e606a1f commit c02ccc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copylot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def enable_logging(
----------
log_filepath : str
Path to log file, by default 'copylot_debug_log.txt'
level : int
Logging level, by default logging.DEBUG
"""
# create file handler which logs debug messages
fh = logging.FileHandler(log_filepath)
Expand Down

0 comments on commit c02ccc2

Please sign in to comment.