Skip to content

valsamovich/lumberjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lumberjack PyPI version license

Simple logging library with visual tags and style.

Installation

To install lumberjack, simply:

  pip istall lumberjack

Run

Switch to python: $ python and run:

  >>> from lumberjack import Camp
  >>> Camp.welcome_message()

Example of the response:

                         ____        _   _                                        
                        |  _ \ _   _| |_| |__   ___  _ __                         
                        | |_) | | | | __|  _ \ / _ \|  _ \                        
                        |  __/| |_| | |_| | | | (_) | | | |                       
                        |_|    \__  |\__|_| |_|\___/|_| |_|                       
                ===============|___/================================              
  [INFO] -------------------------------------------------------------------------
  2.7.12 (default, Jun 29 2016, 14:04:44) 
  [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)]
  Welcome to lumberjack! Thank's for using!
  [INFO] -------------------------------------------------------------------------

Contribution

Please contribute using Github Flow. Create a fork, add commits, and open a pull request.

Releases

No releases published

Packages

No packages published

Languages