Unknown |
Logging |
AssemblyMinerNullEnum |
KnownErrorMissingDescription |
NullMethodInAssembly |
NullDeclaringTypeInAssembly |
InvalidErrorHandlerParameter |
TtsStreamError |
Global |
Conduit |
ManifestGenerator |
AssemblyMiner |
Logging |
ErrorMitigator |
ContextSystem |
Requests |
TextToSpeech |
Audio |
ActivationBlocker |
Listener |
Speaker |
ActivationSystem |
SpeechService |
Network |
Input |
Output |
Encoding |
WebSockets |
Editor |
Composer |
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. |