Skip to content

Phicks-debug/logsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logsim

A simple colored logger for Python with customized formatting.

Installation

pip install logsim

Features

  • Colored log outputs in terminal
  • Automatic formatting with time and log level
  • Easy to use with a familiar logging API
  • Consistent visual alignment for better readability

Note: Logsim are built upon python logging module, so it's compatible with any logging configuration.

Usage

from logsim import CustomLogger

# Create a logger
logger = CustomLogger()

# Use the logger
logger.info("Hello from my custom logger!")

License

MIT

About

A simple colored logger for Python with customized formatting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages