Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/tutosrive/images-projects-srm-trg/llms.txt

Use this file to discover all available pages before exploring further.

ChromoLog (and its companion package ChromoLogger) are Python libraries that enhance terminal output by adding color to log messages, making it easier to distinguish log levels at a glance during development and debugging. This page covers the CDN-hosted assets for both packages — including logos, an animated usage demo, and web page preview screenshots — all delivered via jsDelivr from the tutosrive/images-projects-srm-trg repository.

Tool Overview

Python’s built-in logging module produces monochrome output, which can make it difficult to spot warnings and errors in a busy terminal. ChromoLog and ChromoLogger solve this by coloring log output according to severity level, giving developers an immediate visual signal without requiring changes to existing logging calls. The two packages share the same goal but are maintained as separate releases — chromolog at version v0.2.5 and chromologger at version v0.1.9 — each with their own versioned logo asset. The asset repository includes a live demo GIF showing colored log output in a terminal, as well as screenshots of the packages’ dedicated web pages.

Available CDN Assets

All assets below are served via jsDelivr at the base URL: https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/
AssetFile PathCDN URL
ChromoLog Logo (WebP)modules/chromalog_logo.webpLink
ChromoLog Versioned Logodev2forge/logos/chromolog-v0.2.5.webpLink
ChromoLogger Versioned Logodev2forge/logos/chromologger-v0.1.9.webpLink
Demo GIFmodules/chromolog.gifLink
ChromoLog Web Page Previewmodules/chromolog-webpage.pngLink
ChromoLogger Web Page Previewmodules/chromologger-webpage.pngLink

ChromoLog Demo

ChromoLog Demo GIF

ChromoLog Web Preview

ChromoLog Webpage

Usage Examples

Embed ChromoLog logos and the demo GIF in project READMEs, release notes, or HTML documentation pages using the CDN URLs below.
<!-- ChromoLog main logo -->
![ChromoLog](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/modules/chromalog_logo.webp)

<!-- ChromoLogger versioned logo -->
![ChromoLogger v0.1.9](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/logos/chromologger-v0.1.9.webp)

<!-- ChromoLog versioned logo -->
![ChromoLog v0.2.5](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/logos/chromolog-v0.2.5.webp)

<!-- Animated usage demo -->
![ChromoLog in action](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/modules/chromolog.gif)
The modules/chromalog_logo.webp file is the general-purpose logo shared across documentation, while the versioned dev2forge/logos/chromolog-v0.2.5.webp and dev2forge/logos/chromologger-v0.1.9.webp files are intended for release-specific changelogs and announcements.

Full Asset Catalog

For a complete listing of every file available under the modules collection — including ChromoLog, ChromoLogger, and SQLazo — see the modules asset catalog.

Build docs developers (and LLMs) love