Overview

Motivation

Statistics

JS/TS

Insert a log message

Comment inserted log messages

Uncomment log messages

Delete log messages

Correct log messages

PHP

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

Comment inserted log messages

Presentation

When debugging PHP applications, you often need to temporarily disable log messages without deleting them. Turbo Console Log makes this effortless with a dedicated command to comment all error_log messages inserted by the extension in your current PHP document.

This feature is particularly useful when you want to clean up log output temporarily while keeping your debugging infrastructure intact for future use.

Shortcut

Simply press the keyboard shortcut to comment all Turbo Console Log PHP messages in the active file:

Mac: ⌥⇧C | Windows/Linux: Alt+Shift+C

Pro: Comment While Navigating

Turbo Pro takes commenting to the next level. Navigate through all your PHP log messages in the centralized panel, and comment them directly from the tree view—no need to jump between files. Right-click any log or file node to comment individual messages or entire batches at once.

This workflow keeps you in the debugging flow, letting you manage log visibility across your entire PHP codebase without losing context.