You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pdslogger.py is a wonderful module for increasing the usefulness of the base Python logging module. However, it various ways it is PDS-specific (not the least of which is its name). It would be nice it we could generalize the module a little so it would be more useful to the general public.
Another improvement we could make is allowing PdsLogger.open to be a context manager, so you can do with PdsLogger.open(...) to change indent levels.
The text was updated successfully, but these errors were encountered:
From rms-webtools created by rfrenchseti: SETI/rms-webtools#84
pdslogger.py
is a wonderful module for increasing the usefulness of the base Pythonlogging
module. However, it various ways it is PDS-specific (not the least of which is its name). It would be nice it we could generalize the module a little so it would be more useful to the general public.Another improvement we could make is allowing
PdsLogger.open
to be a context manager, so you can dowith PdsLogger.open(...)
to change indent levels.The text was updated successfully, but these errors were encountered: