MSSLogConfig Syntax

MSSLogConfig Syntax

cscript MSSLogConfig.vbs [ACTION [ARGS]] [COMPONENT]

ACTION may be one of the following:

  /?

Display a complete list of valid arguments for MSSLogConfig.vbs.

  /activate /filter:FilterName [COMPONENT]

Activate a filter in COMPONENT.

  /deactivate /filter:FilterName [COMPONENT]

Deactivate a filter in COMPONENT.

  /set /filter:FilterName [COMPONENT]

Set COMPONENT filter to FilterName.

  /filters [COMPONENT]

List available filters for COMPONENT.

  /activefilters [COMPONENT]

List active filters for COMPONENT.

  /createfilter /filter:FilterName
    Category:[SINK],[SINK] ...

Create a new filter based on selected categories and sinks.

  /deletefilter /filter:FilterName

Delete specified filter from the list of available filters for COMPONENT.

  /categories

List available categories.

  /categories /filter:FilterName

List CATEGORY/SINK bindings for the specified filter.

  /revert

Revert to default settings

ARGS may be one of the following:

  /filter:FilterName

FilterName for specified action.

  CategoryName:[SINK],[SINK]

Sinks to whichever events in a category are sent for the specified filter.

FilterName may be one of the following (or any custom-defined filter name):

ApplicationDebug

Gathers the same events as ApplicationDevelopment, but sends the data to a debugging console, as well as to the Trace log.

(See DebugSink, under SINK, below.)

ApplicationDevelopment

Provides data to assist SALT application developers with application development and debugging.

CallAnalysis

Provides basic call statistics data, latency information, and details about call flow.

  CallStatistics (default)

Provides basic data needed for day-to-day monitoring in a production environment; includes all operator-specific messages.

CallControl

A specialized filter that provides detailed (and verbose) call control data, including the phone number (DNIS) dialed by the caller, caller ID information (ANI), and the contents of the CSTA XML message.

DetailedCallAnalysis

A superset of the CallAnalysis filter; provides detailed event data for application tuning.

DetailedLatencies

A specialized filter that provides detailed latency data, including user perceived latencies, to aid in platform and application performance analysis.
(Gathers all events derived from the abstract LatencyEvent).

PlatformDebug

A high-verbosity filter intended mainly for use by Microsoft, for tuning platform effectiveness and advanced trouble-shooting.

RecognitionAudio

A specialized filter that provides detailed audio data, including the caller's recorded input and corresponding recognition results.

SREngineAnalysis

A high-verbosity filter intended mainly for use by Microsoft, for tuning recognition engine effectiveness.

SINK may be one of the following:

  EventLog

Sends output to the Windows Event log.

  TraceSink (default)

Sends output to the Windows Event Trace log.

  DebugSink

Sends output to a debugging console. Note: Setting FILTER to ApplicationDebug automatically routes events in the filter to the Debug sink.

COMPONENT may be one of the following:

  /ALL

Applies to all components. This is the default value.

  /APP

Applies to SALT Application.

  /SES

Applies to Speech Engine Services.

  /SPEECHCONTROLS

Applies to Speech Controls.

  /TAS

Applies to Telephony Application Services.

  /TIM

Applies to Telephony Interface Manager.

Note  Specifying a value for COMPONENT other than /ALL sends only events for the specified component to the logs, even if the filter includes events defined by other components. For most purposes, use the default value (/ALL) for this parameter.

See Also

Speech Server Logging Filters | SDK Log Analysis Tools