Skip to main content
Package: com.coinbase.cdp.core
Interface for custom logger implementations. Implement this interface to provide a custom logging backend for the SDK. The SDK will call the appropriate method based on the log level. Example:

Method Details

debug

Parameters: message - String Returns: void

info

Parameters: message - String Returns: void

warn

Parameters: message - String Returns: void

error

Parameters: message - String Returns: void