Class SpxTrace
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.diagnostics.logging.SpxTrace
-
public final class SpxTrace extends Object
Static utility class to log user messages into SDK's internal logging trace. Added in version 1.42.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidSPX_TRACE_ERROR(String message)static voidSPX_TRACE_ERROR(String format, Object[] args, int line, String file)static voidSPX_TRACE_INFO(String message)static voidSPX_TRACE_INFO(String format, Object[] args, int line, String file)static voidSPX_TRACE_VERBOSE(String message)static voidSPX_TRACE_VERBOSE(String format, Object[] args, int line, String file)static voidSPX_TRACE_WARNING(String message)static voidSPX_TRACE_WARNING(String format, Object[] args, int line, String file)
-
-
-
Method Detail
-
SPX_TRACE_INFO
public static void SPX_TRACE_INFO(String message)
-
SPX_TRACE_WARNING
public static void SPX_TRACE_WARNING(String message)
-
SPX_TRACE_ERROR
public static void SPX_TRACE_ERROR(String message)
-
SPX_TRACE_VERBOSE
public static void SPX_TRACE_VERBOSE(String message)
-
SPX_TRACE_INFO
public static void SPX_TRACE_INFO(String format, Object[] args, int line, String file)
-
SPX_TRACE_WARNING
public static void SPX_TRACE_WARNING(String format, Object[] args, int line, String file)
-
SPX_TRACE_ERROR
public static void SPX_TRACE_ERROR(String format, Object[] args, int line, String file)
-
-