dailylog

Build Status codecov Python Version wemake-python-styleguide

Overview

dailylog-lib is a minimal logger that will suppress all but first message in a specified time to screen, while continuing to log messages to a specified log file. It also provides standard debug, info, warning, error and critical methods.

Installation

pip install dailylog-lib

Usage

# as a caching logger
from dailylog_lib.cache import Cache
logger = Cache()

# as a standard logger
from dailylog_lib.logger import Logger
logger = Logger()

Documentation

License

MIT

Contents

Indices and tables