Interface LoggingHandler
-
- All Known Implementing Classes:
JulLoggingHandler
,Slf4jLoggingHandler
public interface LoggingHandler
Callback interface forlog events
emitted by the sass compilation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(sass.embedded_protocol.EmbeddedSass.OutboundMessage.LogEventOrBuilder logEvent)
-