Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.5 KB

log-symbols

Colored symbols for various log levels for Python

Build Status Build status PyPI awesome

Install

$ pip install log_symbols

Usage

from log_symbols import LogSymbols #Enum

print LogSymbols.SUCCESS.value # ✔
print LogSymbols.INFO.value # ℹ
print LogSymbols.WARNING.value # ⚠
print LogSymbols.ERROR.value # ✖

Like it?

🌟 this repo to show support. Let me know you liked it on Twitter. Also, share the project.

Related

License

MIT © Manraj Singh