Package com.github.javaparser.utils
Class Log.SilentAdapter
- java.lang.Object
-
- com.github.javaparser.utils.Log.SilentAdapter
-
- All Implemented Interfaces:
Log.Adapter
- Enclosing class:
- Log
public static class Log.SilentAdapter extends Object implements Log.Adapter
This adapter logs nothing.
-
-
Constructor Summary
Constructors Constructor Description SilentAdapter()
-
-
-
Method Detail
-
info
public void info(Supplier<String> messageSupplier)
- Specified by:
info
in interfaceLog.Adapter
-
trace
public void trace(Supplier<String> messageSupplier)
- Specified by:
trace
in interfaceLog.Adapter
-
error
public void error(Supplier<Throwable> throwableSupplier, Supplier<String> messageSupplier)
Description copied from interface:Log.Adapter
Both can supply a null.- Specified by:
error
in interfaceLog.Adapter
-
-