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
This adapter logs nothing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SilentAdapter
public SilentAdapter()
-
-
Method Details
-
info
- Specified by:
info
in interfaceLog.Adapter
-
trace
- Specified by:
trace
in interfaceLog.Adapter
-
error
Description copied from interface:Log.Adapter
Both can supply a null.- Specified by:
error
in interfaceLog.Adapter
-