Uses of Class
com.microsoft.cognitiveservices.speech.diagnostics.logging.Level
-
Packages that use Level Package Description com.microsoft.cognitiveservices.speech.diagnostics.logging -
-
Uses of Level in com.microsoft.cognitiveservices.speech.diagnostics.logging
Methods in com.microsoft.cognitiveservices.speech.diagnostics.logging that return Level Modifier and Type Method Description static LevelLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Level[]Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech.diagnostics.logging with parameters of type Level Modifier and Type Method Description static voidEventLogger. setLevel(Level level)Sets the level of the messages to be captured by the logger.static voidFileLogger. setLevel(Level level)Sets the level of the messages to be captured by the logger.static voidMemoryLogger. setLevel(Level level)Sets the level of the messages to be captured by the logger.
-