public static class LogTransformer.Builder extends Object
| Constructor and Description |
|---|
LogTransformer.Builder() |
| Modifier and Type | Method and Description |
|---|---|
LogTransformer.Builder |
addEntryExit(boolean b)
Should each method log entry (with parameters) and exit (with parameters
and return value)?
|
LogTransformer |
build()
Build and return the LogTransformer corresponding to the options set in
this Builder.
|
LogTransformer.Builder |
ignore(String[] strings) |
LogTransformer.Builder |
level(String level) |
LogTransformer.Builder |
verbose(boolean b)
Should LogTransformer be verbose in what it does? This currently list the
names of the classes being processed.
|
public LogTransformer.Builder()
public LogTransformer build()
public LogTransformer.Builder addEntryExit(boolean b)
b - value of flagpublic LogTransformer.Builder verbose(boolean b)
b - public LogTransformer.Builder ignore(String[] strings)
public LogTransformer.Builder level(String level)
Copyright © 2005–2017 QOS.ch. All rights reserved.