-
public interface CloudXLoggerLogger interface for CloudX SDK components.
Instances are created internally by the SDK and provided to adapters via io.cloudx.sdk.adapter.CloudXAdapterParams.logger.
-
-
Method Summary
Modifier and Type Method Description abstract Unitv(String message, Throwable throwable)abstract Unitd(String message, Throwable throwable)abstract Uniti(String message, Throwable throwable)abstract Unitw(String message, Throwable throwable)abstract Unite(String message, Throwable throwable)
-