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 classThis adapter logs nothing.static classThis adapter logs to standard out and standard error.Methods in com.github.javaparser.utils with parameters of type Log.AdapterModifier and TypeMethodDescriptionstatic voidLog.setAdapter(Log.Adapter adapter)Change how logging is handled.