Uses of Class
org.slf4j.instrumentation.LogTransformer.Builder
-
Packages that use LogTransformer.Builder Package Description org.slf4j.instrumentation Java instrumentation routines for SLF4J. -
-
Uses of LogTransformer.Builder in org.slf4j.instrumentation
Methods in org.slf4j.instrumentation that return LogTransformer.Builder Modifier and Type Method Description LogTransformer.Builder
LogTransformer.Builder. addEntryExit(boolean b)
Should each method log entry (with parameters) and exit (with parameters and return value)?LogTransformer.Builder
LogTransformer.Builder. ignore(String[] strings)
LogTransformer.Builder
LogTransformer.Builder. level(String level)
LogTransformer.Builder
LogTransformer.Builder. verbose(boolean b)
Should LogTransformer be verbose in what it does? This currently list the names of the classes being processed.
-