Commands  ›   ›  Toggle Logger Service

Toggle Logger Service

writes to model Public API · not yet exposed

Coming soon

Before you run this

No preconditions — works in any Revit state. LoggerServiceManager must be accessible.

After it runs

HttpLoggerService.exe process is either started or stopped. User receives a brief ON/OFF notification via CommandFeedback.

When to use this

Don't use this when

Viewing logs (use the log panel or MCP tools). Configuring logger settings (use config files).

Returns

NameTypeDescription
StatestringNew logger state: ON or OFF

What you'll see in the chat

on start
Toggling the logger service...
Switching the command tracking logger...
thinking
Checking if HttpLoggerService is running...
Toggling service state...
on success
Logger service is now {State}.
on failure
Could not toggle logger service: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/toggle_logger_service
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

toggle logger · logger service · start logger · stop logger · command tracking · http logger
Patterns: toggle * logger · start * logger · stop * logger · turn * logger *

Pillar