Uses of Interface
com.github.javaparser.utils.Log.Adapter
Packages that use Log.Adapter
-
Uses of Log.Adapter in com.github.javaparser.utils
Classes in com.github.javaparser.utils that implement Log.AdapterModifier and TypeClassDescriptionstatic class
This adapter logs nothing.static class
This adapter logs to standard out and standard error.Methods in com.github.javaparser.utils with parameters of type Log.AdapterModifier and TypeMethodDescriptionstatic void
Log.setAdapter(Log.Adapter adapter)
Change how logging is handled.