Package no.digipost.api.client
Interface EventLogger
-
public interface EventLogger
-
-
Field Summary
Fields Modifier and Type Field Description static EventLogger
NOOP_LOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
log(String logMessage)
default EventLogger
withDebugLogTo(org.slf4j.Logger slf4jLogger)
-
-
-
Field Detail
-
NOOP_LOGGER
static final EventLogger NOOP_LOGGER
-
-
Method Detail
-
log
void log(String logMessage)
-
withDebugLogTo
default EventLogger withDebugLogTo(org.slf4j.Logger slf4jLogger)
-
-