Package org.adoptopenjdk.jitwatch.logger
Class StdLogListener
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.logger.StdLogListener
-
- All Implemented Interfaces:
ILogListener
public class StdLogListener extends java.lang.Object implements ILogListener
-
-
Constructor Summary
Constructors Constructor Description StdLogListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleErrorEntry(java.lang.String entry)voidhandleLogEntry(java.lang.String entry)
-
-
-
Method Detail
-
handleLogEntry
public void handleLogEntry(java.lang.String entry)
- Specified by:
handleLogEntryin interfaceILogListener
-
handleErrorEntry
public void handleErrorEntry(java.lang.String entry)
- Specified by:
handleErrorEntryin interfaceILogListener
-
-