@ConsumerType
@Deprecated
public interface ApioLogger
Modifier and Type | Method and Description |
---|---|
default void |
error(APIError apiError)
Deprecated.
Logs a message in the form of an
APIError . |
default void |
warning(java.lang.String message)
Deprecated.
Logs a warning message.
|