1 package org.catacomb.interlish.structure; 2 3 4 public interface LogMessageGenerator extends Producer { 5 6 7 void setLog(InfoLog ilog); 8 9 10 }