Package crystalpalace.spec
Interface SpecLogger
-
public interface SpecLoggerAn interface to receive output from Crystal Palace. Right now, this catches output of Crystal Palace'sechocommand. It may do more in the future. UseLinkSpec.addLogger(crystalpalace.spec.SpecLogger)to register a logger for a Crystal Palace program.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogSpecMessage(SpecMessage message)Act on output from Crystal Palace
-
-
-
Method Detail
-
logSpecMessage
void logSpecMessage(SpecMessage message)
Act on output from Crystal Palace- Parameters:
message- the contents of the message.
-
-