Package com.github.javaparser.utils
Interface Log.Adapter
-
- All Known Implementing Classes:
Log.SilentAdapter,Log.StandardOutStandardErrorAdapter
- Enclosing class:
- Log
public static interface Log.Adapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(Throwable throwable, String f)Both can be null.voidinfo(String message)voidtrace(String message)
-