Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LazyJ Colorful LoggerNew to Visual Studio Code? Get it now.
LazyJ Colorful Logger

LazyJ Colorful Logger

jackFan

|
910 installs
| (0) | Free
A colorful logging enhancer for VSCode debug console.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Feature

  • Support flutter logger navigator to line position in debug console
    • Convert the package path to absolute path and then you cant tap and fast to debug the code
  • dependency on flutter package
    • more feature => color_logging
    • more feature => color_observer_logger

color_logging

  • without extension
  • with extension you can tap absolute path to code line

color_observer_logger

  • without extension
  • with extension you can tap absolute path to code line

✅ Emoji Prefix

  • Visual indicators for logs:
    • 🎯 — Session (current project)
    • 📦 — Pub package
  • Fully customizable via emojiMap.

✅ Relative Path Modes

Control how file paths appear in logs:

  • 'session' — Only session project uses relative paths
  • 'workspace' — All workspace folders use relative paths
  • 'always' — All paths converted to relative
  • 'never' — Always show absolute paths

⚙️ Settings

Customize how file paths and emojis are displayed in logs via settings.json.


🔧 Emoji Map (FlutterLoggerEasyLife.emojiMap)

Defines the emoji prefix for different file source types:

Key Description Default Emoji
session Files from the currently active project 🎯
sdk Files from the Flutter SDK 🔧
pub Packages from pub.dev 📦
local Locally defined path packages (e.g., ../mypkg) 🧩

You can override these in your VSCode settings.


🔧 Example Configuration

// settings.json
{
  "FlutterLoggerEasyLife.relativePathMode": "workspace",
  "FlutterLoggerEasyLife.showEmoji": true,
  "FlutterLoggerEasyLife.silent": false,
  "FlutterLoggerEasyLife.emojiMap": {
    "session": "🎯",
    "sdk": "🔧",
    "pub": "📦",
    "local": "🧩"
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft