Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
/ logging4humans Public archive

A easy to use and uncomplicatd Python 3 logging module.

License

Notifications You must be signed in to change notification settings

havocesp/logging4humans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logging4Humans

  • Author: Daniel J. Umpierez
  • License: MIT
  • Version: 0.1.1

Description

Logging4Humans is a Python 3 application logging library designed for humans beans.

Installation

Using pip

# `pip` command by supplying the github project repo URL.
$ pip install --process-dependencies-link git+https://github.com/havocesp/logging4humans

Usage

>>> from logging4humans import Logger
>>> log = Logger('app', 'INFO')
>>> log.info('Starting application ...')
"[Oct-23 23:10:04][app][INFO] Starting application ..."

Changelog

Project history changes.

0.1.1

  • Added .gitignore file to project.
  • Fixed Logger import error from root "logging4hummans" package.

0.1.0

  • Initial version.

TODO

  • Show diff between refreshes.