public interface DisplayEntity
output(String) method is called with the entire log as argument, using logging messages
with just the level ad the content.| Modifier and Type | Method and Description |
|---|---|
void |
output(java.lang.String string)
The method is called whenever new logging information is posted.
|