snews_pt.core.logging

Modified version of Geoffrey Letner’s python 201 logger.

Ref: https://python-tutorial.dev/201/tutorial/logging.html

Attributes

HOST

log_date

log_dir

log_file

fh

formatter

logger

levels

Functions

initialize_logging(level)

Initialize top-level logger with the file handler and a level.

Module Contents

snews_pt.core.logging.HOST[source]
snews_pt.core.logging.log_date[source]
snews_pt.core.logging.log_dir[source]
snews_pt.core.logging.log_file[source]
snews_pt.core.logging.fh[source]
snews_pt.core.logging.formatter[source]
snews_pt.core.logging.logger[source]
snews_pt.core.logging.levels[source]
snews_pt.core.logging.initialize_logging(level)[source]

Initialize top-level logger with the file handler and a level.