Skip to content

A simple text printing to console but with different colors

License

Notifications You must be signed in to change notification settings

AP-Atul/pylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Logger

A simple logger to console but with different colors.

Usage

Log.e("This is an error log having a red color.")
Log.i("This is an info log having a blue color.")
Log.d("This is an debug log having a green color.")
Log.w("This is an warning log having a yellow color.")

About

A simple text printing to console but with different colors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages