Package com.github.javaparser.utils
Class Log.StandardOutStandardErrorAdapter
java.lang.Object
com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
- All Implemented Interfaces:
Log.Adapter
- Enclosing class:
- Log
This adapter logs to standard out and standard error.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardOutStandardErrorAdapter
public StandardOutStandardErrorAdapter()
-
-
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
-