Package com.ppm.logging
Interface LogData
-
- All Superinterfaces:
AsLevel
- All Known Implementing Classes:
LogDataBuilder,LogDataHolder
public interface LogData extends AsLevel
Represents a bunch of log data.- Author:
- Pedro T. Oliveira
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetData()Retrieve data as String.
-
-
-
Method Detail
-
getData
String getData()
Retrieve data as String.- Returns:
- The data.
-
-