Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 454 Bytes

HOW_TO_LOGGING.adoc

File metadata and controls

10 lines (6 loc) · 454 Bytes

How to Easily Take Advantage of the Logging Mechanism

gwpycore includes an easy way to set up an enhanced version of the Python built-in logging facility, and set it to send colorized messages to the console as well as optionally send more detailed messages to a rotating set of files.

See examples/general_example.py