Overview

Motivation

Statistics

Features

Insert a log message

Comment inserted log messages

Uncomment log messages

Delete log messages

Correct log messages

Settings

Custom Prefix

Custom Suffix

Log Function Type

Log Function Name

Custom delimiter

Custom quote

Use semicolon

Enclosing class

Enclosing function

Include file name and line number

Include file name

Include line num

Wrap log message

Line before log message

Line after log message

Join the Turbo Tribe

30% Off

Subscribe to our newsletter to receive the latest updates, contribute to Turbo's future through surveys, and get an automatic 30% discount on Turbo Pro!

Get Latest Updates

Shape Turbo's Future

30% Off Turbo Pro

Get 30% off • Shape the future • Zero spam

Log Function Type

Starting from v3.4.0, instead of changing settings to switch between log types, you can now use dedicated keyboard shortcuts for each console method. This eliminates the need to modify settings and provides instant access to the exact console method you need.


Shortcut Commands for All Console Methods

Here are all the available console method shortcuts:

  • Console Log
    Mac: ⌘K ⌘L | Windows/Linux: Ctrl+K Ctrl+L

    Standard logging for general debugging

  • Console Info
    Mac: ⌘K ⌘N | Windows/Linux: Ctrl+K Ctrl+N

    Informational messages and status updates

  • Console Debug
    Mac: ⌘K ⌘B | Windows/Linux: Ctrl+K Ctrl+B

    Debug-level messages for development

  • Console Warn
    Mac: ⌘K ⌘R | Windows/Linux: Ctrl+K Ctrl+R

    Warning messages for potential issues

  • Console Error
    Mac: ⌘K ⌘E | Windows/Linux: Ctrl+K Ctrl+E

    Error messages and exception logging

  • Console Table
    Mac: ⌘K ⌘T | Windows/Linux: Ctrl+K Ctrl+T

    Tabular data display for objects and arrays

  • Custom Log
    Mac: ⌘K ⌘K | Windows/Linux: Ctrl+K Ctrl+K

    Uses your custom log function from settings

This new approach provides several advantages:

  • No context switching: Stay in your code while choosing the exact console method you need

  • Instant access: All console methods are just a keyboard shortcut away

  • Visual feedback: With Turbo Pro, see color-coded logs in the tree panel for instant visual recognition