Skip to content

w512/color-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Color Logger

Python color logger for console.

It write log messages:

  1. to the console (with any colors and backgrounds)
  2. to the file (optional)

For console output you can use the same text colors, attributes and background as described here: https://pypi.python.org/pypi/termcolor

Text colors:

  • grey
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white

Text highlights:

  • on_grey
  • on_red
  • on_green
  • on_yellow
  • on_blue
  • on_magenta
  • on_cyan
  • on_white

About

Python color logger for console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages