Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Log MasterNew to Visual Studio Code? Get it now.
Log Master

Log Master

Yashwanth Byalla

|
10 installs
| (0) | Free
Log Master makes debugging effortless by adding stylish, dynamic and structured console logs in VS Code. 🚀
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 Log Master – The Ultimate Debugging Companion for VS Code

Log Master enhances your debugging experience by adding stylish, structured, and dynamic console logs effortlessly in Visual Studio Code.

🔹 Instantly insert logs with emojis, colors, and real-time timestamps.
🔹 Supports all console methods – log, warn, error, table, group, time, and more!
🔹 Quick shortcuts & menu for seamless debugging.
🔹 Formatted logs with clear separators for better readability.


✨ Features

✅ 🔥 One-Click Console Logging – Quickly add console.log(), console.warn(), console.error(), etc.
✅ âŗ Dynamic Timestamp at Execution – See when the log was printed in real time.
✅ 📊 Supports Table, Grouping & Timers – View structured data clearly.
✅ ⚡ Keyboard Shortcuts for Fast Debugging – Debug efficiently without breaking focus.
✅ 🎨 Styled & Colorful Logs – Emojis, colors, and separators for better readability.


🎯 How to Use

🖱ī¸ Using Commands

  1. Select a variable or expression in your code.
  2. Open the Command Palette (Ctrl + Shift + P or Cmd + Shift + P on Mac).
  3. Search for Log Master and select the desired log type.

âŒ¨ī¸ Using Keyboard Shortcuts

Shortcut Action
Ctrl + Alt + L Insert console.log()
Ctrl + Alt + W Insert console.warn()
Ctrl + Alt + E Insert console.error()
Ctrl + Alt + I Insert console.info()
Ctrl + Alt + D Insert console.debug()
Ctrl + Alt + T Insert console.trace()
Ctrl + Alt + C Open Quick Pick Menu for all console methods

🛠ī¸ Available Console Methods

Log Master supports all major console functions:

  • ✅ console.log() 📝
  • ✅ console.warn() âš ī¸
  • ✅ console.error() ❌
  • ✅ console.info() â„šī¸
  • ✅ console.debug() 🐞
  • ✅ console.trace() 🔍
  • ✅ console.table() 📊
  • ✅ console.group() 📑
  • ✅ console.groupCollapsed() 📁
  • ✅ console.groupEnd() 🔚
  • ✅ console.time() âŗ
  • ✅ console.timeEnd() ⌛
  • ✅ console.timeLog() âąī¸
  • ✅ console.count() 🔢
  • ✅ console.countReset() â™ģī¸
  • ✅ console.assert() ✅
  • ✅ console.clear() 🧹

📦 Installation

  1. Open VS Code.
  2. Go to the Extensions marketplace (Ctrl + Shift + X).
  3. Search for Log Master.
  4. Click Install and enjoy fast debugging! 🎉

🚀 Example Output

════════════════════════════════════════════
📝 LOG - 11:30:45 AM
════════════════════════════════════════════
{ user: "Harry", age: 30 }
────────────────────────────────────────
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
Š 2025 Microsoft