Package org.adoptopenjdk.jitwatch.logger
Class NullLogListener
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.logger.NullLogListener
-
- All Implemented Interfaces:
ILogListener
public class NullLogListener extends java.lang.Object implements ILogListener
-
-
Constructor Summary
Constructors Constructor Description NullLogListener()
-
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
-
-