Rename logging subpackage to logger and add plog convenience module
9 files · 69+ · 4-

Package rename and plog module

7 files changed
  • __init__.py Updated import to use logger instead of logging
  • __init__.py Renamed from logging/
  • base.py Renamed from logging/base.py
  • config.py Renamed from logging/config.py
  • formatters.py Renamed from logging/formatters.py with minor fixes
  • proxy.py Renamed from logging/proxy.py
  • plog.py New convenience logging module
  • Renamed logging/ to logger/ to avoid conflicts with Python stdlib logging module decouple internal
    1 file
    • __init__.py
  • Added plog.py with 62 lines of convenience logging functions instantiate internal
    1 file
    • plog.py