Uses of Interface
com.github.javaparser.utils.Log.Adapter
-
Packages that use Log.Adapter Package Description com.github.javaparser.utils -
-
Uses of Log.Adapter in com.github.javaparser.utils
Classes in com.github.javaparser.utils that implement Log.Adapter Modifier and Type Class Description static classLog.SilentAdapterThis adapter logs nothing.static classLog.StandardOutStandardErrorAdapterThis adapter logs to standard out and standard error.Methods in com.github.javaparser.utils with parameters of type Log.Adapter Modifier and Type Method Description static voidLog. setAdapter(Log.Adapter adapter)Change how logging is handled.
-