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