Skip to content

BrandonAustin01/Chronilog-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Chronilog Example

This is a minimal example showing how to use the Chronilog logging system in Python.

🏗️ Setup

pip install -r requirements.txt

🚀 Run the demo

python main.py

📁 Log Output

Logs are saved to logs/app.log with rotation and console output controlled by .chronilog.toml.

📝 Example Output

[2025-05-30 21:00:00] INFO     ✅ This is an info message.
[2025-05-30 21:00:00] ERROR    ❌ This is an error message.

🔧 Configuration

All settings are in .chronilog.toml and include:

  • Log file path and size
  • Rotation
  • Console output
  • Emoji fallback
  • Sentry integration (disabled by default)

🙋 Need Help?

See HELP.md for a full step-by-step guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages