API reference
API reference
Select your platform
No SDKs available
No versions available

Logging Namespace

Enumeration Types

Enumeration KnownErrorCode

Lists internal error codes used by the VSDK.
Unknown
No description available
Logging
No description available
AssemblyMinerNullEnum
No description available
KnownErrorMissingDescription
No description available
NullMethodInAssembly
No description available
NullDeclaringTypeInAssembly
No description available
InvalidErrorHandlerParameter
No description available
TtsStreamError
No description available

Enumeration LogCategory

The core log categories used by the VSDK. This is not an exhaustive list, since additional categories can be specified by name.
Global
No description available
Conduit
No description available
ManifestGenerator
No description available
AssemblyMiner
No description available
Logging
No description available
ErrorMitigator
No description available
ContextSystem
No description available
Requests
No description available
TextToSpeech
No description available
Audio
No description available
ActivationBlocker
No description available
Listener
No description available
Speaker
No description available
ActivationSystem
No description available
SpeechService
No description available
Network
No description available
Input
No description available
Output
No description available
Encoding
No description available
WebSockets
No description available
Editor
No description available
Composer
No description available

Enumeration VLoggerVerbosity

The various logging options for VLog
Error
Error log. Usually indicates a bug in the code.
Warning
Something that is a red flag and could potentially be a problem, but not necessarily.
Info
Information logs. Normal tracing.
Debug
Debug logs. Useful for debugging specific things.
Verbose
High verbosity information. Helpful for detailed tracing.
None
This level means the information will not be written at all. This is typically used for disabling suppression, rather than as an actual logging level.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon