MSSLogConfigstrong Syntax

MSSLogConfig Syntax

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

Note The .vbs extension is not necessary if CScript.exe is registered as the default application for .vbs extensions.

ACTION may be one of the following:

  /?

  /activate /filter:FilterName [COMPONENT]

  /deactivate /filter:FilterName [COMPONENT]

  /set /filter:FilterName [COMPONENT]

  /filters [COMPONENT]

  /activefilters [COMPONENT]

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

  /deletefilter /filter:FilterName

  /categories

  /categories /filter:FilterName

  /revert

ARGS may be one of the following:

  /filter:FilterName

  CategoryName:[SINK],[SINK]

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

  ApplicationDebug

  ApplicationDevelopment

  CallAnalysis

  CallStatistics (default)

  CallControl

  DetailedCallAnalysis

  DetailedLatencies

  PlatformDebug

  RecognitionAudio

  SREngineAnalysis

SINK may be one of the following:

  EventLog

  TraceSink (default)

  DebugSink

COMPONENT may be one of the following:

  /ALL

  /APP

  /SES

  /SPEECHCONTROLS

  /TAS

  /TIM

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

Using MSSLogConfig | MSSLogConfig Examples