Package org.adoptopenjdk.jitwatch.logger
Interface ILogListener
-
- All Known Subinterfaces:
IJITListener
- All Known Implementing Classes:
JITWatchUI,LaunchHeadless,NullLogListener,SandboxStage,StdLogListener
public interface ILogListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleErrorEntry(java.lang.String entry)voidhandleLogEntry(java.lang.String entry)
-