001 package railo.runtime.debug; 002 003 004 public interface DebugOutputLog { 005 public DebugTextFragment[] getFragments(); 006 }