Udostępnij za pośrednictwem


ILoggingManager Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Creates a LoggingManager object that controls the logging system and enables application tuning.

The following tables list the members exposed by the ILoggingManager type.

Public Properties

?? Name Description
Bb858204.pubproperty(en-us,office.12).gif ApplicationInstance Gets the unique identifier for the current application.
Bb858204.pubproperty(en-us,office.12).gif IsLogApplicationDataEnabled Gets whether ApplicationDataEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogApplicationErrorEnabled Gets whether ApplicationErrorEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogApplicationInformationEnabled Gets whether ApplicationInformationEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogApplicationWarningEnabled Gets whether ApplicationWarningEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogCommandMatchedEnabled Gets whether CommandMatchedEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogDetectAnsweringMachineResultEnabled Gets whether DetectAnsweringMachineResultEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogSelectedPromptEnabled Gets whether SelectedPromptEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogSemanticAssociationEnabled Gets whether SemanticAssociationEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogSemanticItemCreationEnabled Gets whether SemanticItemCreationEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogSemanticStateChangeEnabled Gets whether SemanticStateChangeEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif IsLogSessionLabelEnabled Gets whether SessionLabelEvent is enabled for logging.
Bb858204.pubproperty(en-us,office.12).gif MaximumTaskDepth Gets the maximum number of nested tasks allowed.

Top

Public Methods

?? Name Description
Bb858204.pubmethod(en-us,office.12).gif DumpTargetedLogs Logs all recent events associated with the call to the ETW trace logs.
Bb858204.pubmethod(en-us,office.12).gif EnterTask Enters the named task.
Bb858204.pubmethod(en-us,office.12).gif EnterTurn Enters the named turn.
Bb858204.pubmethod(en-us,office.12).gif ExitTask Overloaded. Exits the named task and any child tasks that have been entered from it.
Bb858204.pubmethod(en-us,office.12).gif ExitTurn Exits the current turn.
Bb858204.pubmethod(en-us,office.12).gif LogApplicationData Overloaded. Logs an ApplicationDataEvent.
Bb858204.pubmethod(en-us,office.12).gif LogApplicationError Overloaded. ??
Bb858204.pubmethod(en-us,office.12).gif LogApplicationInformation Overloaded. Logs an ApplicationInformationEvent.
Bb858204.pubmethod(en-us,office.12).gif LogApplicationWarning Overloaded. Logs an ApplicationWarningEvent.
Bb858204.pubmethod(en-us,office.12).gif LogCommandMatched Logs a CommandMatchedEvent.
Bb858204.pubmethod(en-us,office.12).gif LogDetectAnsweringMachineResult Logs a DetectAnsweringMachineResultEvent.
Bb858204.pubmethod(en-us,office.12).gif LogSelectedPrompt Logs the type of prompt that has been selected during the turn.
Bb858204.pubmethod(en-us,office.12).gif LogSemanticAssociation Logs a SemanticAssociationEvent between a set of semantic items and the current turn.
Bb858204.pubmethod(en-us,office.12).gif LogSemanticItemCreation Logs a SemanticItemCreationEvent that associates a friendly name with a unique ID.
Bb858204.pubmethod(en-us,office.12).gif LogSemanticStateChange Logs a SemanticStateChangeEvent for a semantic item.
Bb858204.pubmethod(en-us,office.12).gif LogSessionLabel Logs a session label.

Top

See Also

Reference

ILoggingManager Interface
Microsoft.SpeechServer Namespace