public abstract class LogRenderer<I extends Exceptional> extends Object
LogRenderer()
abstract String
convert(I entry)
String
renderLog(I entry)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogRenderer()
public String renderLog(I entry)
public abstract String convert(I entry)