Class SdkDebugLog
- java.lang.Object
-
- com.volcengine.observability.debugger.SdkDebugLog
-
public class SdkDebugLog extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SdkDebugLogSDK_CORE_LOGGER
-
Constructor Summary
Constructors Constructor Description SdkDebugLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(LogLevel logLevelEnum, String msg, Object... args)voiddebugConfig(String msg, Object... args)voiddebugEndpoint(String msg, Object... args)voiddebugRequest(String msg, Object... args)voiddebugRequestBody(String msg, Object... args)voiddebugRequestID(String msg, Object... args)voiddebugResponse(String msg, Object... args)voiddebugResponseBody(String msg, Object... args)voiddebugRetry(String msg, Object... args)voiddebugSign(String msg, Object... args)voiderror(Supplier<String> msg, Throwable t)longgetLogLevel()booleanisDebugEnabled()booleanmatches(LogLevel logLevelEnum)voidsetLogLevel(long logLevel)
-
-
-
Field Detail
-
SDK_CORE_LOGGER
public static final SdkDebugLog SDK_CORE_LOGGER
-
-
Method Detail
-
getLogLevel
public long getLogLevel()
-
setLogLevel
public void setLogLevel(long logLevel)
-
matches
public boolean matches(LogLevel logLevelEnum)
-
isDebugEnabled
public boolean isDebugEnabled()
-
-