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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(Throwable throwable, String f)Both can be null.voidinfo(String message)voidtrace(String message)
-
-
-
Method Detail
-
info
public void info(String message)
- Specified by:
infoin interfaceLog.Adapter
-
trace
public void trace(String message)
- Specified by:
tracein interfaceLog.Adapter
-
error
public void error(Throwable throwable, String f)
Description copied from interface:Log.AdapterBoth can be null.- Specified by:
errorin interfaceLog.Adapter
-
-