📋 Application Log Output

clickmd automatically colors log-style output based on emoji prefixes and keywords.

Success Messages (Green)

✅ Build completed successfully
✅ All tests passed
✅ Deployment finished
🚀 Application started on port 3000

Warning Messages (Yellow)

⚠️ Deprecated API usage detected
⚠️ Cache miss - fetching from source
🎫 Token expires in 24 hours
📝 Configuration file not found, using defaults

Error Messages (Red)

🛑 Connection refused: localhost:5432
🛑 Authentication failed
❌ Build failed with 3 errors
Error: Module not found
Exception: ValueError
ERR_CONNECTION_REFUSED

Info Messages (Cyan/Gray)

📦 Installing dependencies...
💬 Sending notification...
🔄 Refreshing cache...
→ Processing item 1 of 100
→ Processing item 2 of 100

Progress Messages (Magenta)

📊 Progress: 45% complete
📊 Progress: [████████░░░░░░░░] 50%

Mixed Example

🚀 Starting application...
📦 Loading configuration from config.yaml
✅ Configuration loaded
📦 Connecting to database...
⚠️ Using default connection pool size
✅ Database connected
📊 Progress: Initializing services...
✅ All services ready
🚀 Server listening on http://localhost:3000