Package com.contentful.java.cda
Interface Logger
-
public interface LoggerCustom logger interface, used for logging network traffic.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogger.LevelDetermine the level of logging
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(java.lang.String message)Abstract method to be implemented by client.
-