Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 256 Bytes

Under Construction --

nih_meg_logging

Standardizing logging for MEG python projects

Log Codes - defined in DEFAULTS

CODE_PARSE = 'DATETIME::LOGLEVEL::PROJECT::SUBJECT::MESSAGETAG::VALUE'
GLOBAL_KEYS = ['START', 'STOP']
parse_delim = '::'