/pylogger

A simple text printing to console but with different colors

Primary LanguagePythonMIT LicenseMIT

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.")