Interface Loggable
-
public interface LoggableMarker for things which can be logged.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoLoggableString()Obtain the string representation of this value usable in log statements.
-