| Package | Description |
|---|---|
| io.sphere.sdk.utils |
Provides utilities for miscellaneous things.
|
| Modifier and Type | Method and Description |
|---|---|
SphereInternalLogger |
SphereInternalLogger.debug(Supplier<Object> message) |
SphereInternalLogger |
SphereInternalLogger.error(Supplier<Object> message,
Throwable throwable) |
static SphereInternalLogger |
SphereInternalLogger.getLogger(Class<?> clazz) |
static SphereInternalLogger |
SphereInternalLogger.getLogger(HttpRequest httpRequest) |
static SphereInternalLogger |
SphereInternalLogger.getLogger(HttpResponse response) |
static SphereInternalLogger |
SphereInternalLogger.getLogger(String loggerName) |
SphereInternalLogger |
SphereInternalLogger.info(Supplier<Object> message) |
SphereInternalLogger |
SphereInternalLogger.trace(Supplier<Object> message) |
SphereInternalLogger |
SphereInternalLogger.warn(Supplier<Object> message) |