update trace doc.

This commit is contained in:
hengyunabc
2019-01-25 11:44:04 +08:00
parent 083144594e
commit 3a27075987
3 changed files with 22 additions and 1 deletions
@@ -33,6 +33,7 @@ import java.util.List;
" trace *StringUtils isBlank params[0].length==1\n" +
" trace *StringUtils isBlank '#cost>100'\n" +
" trace -E org\\\\.apache\\\\.commons\\\\.lang\\\\.StringUtils isBlank\n" +
" trace -E com.test.ClassA|org.test.ClassB method1|method2|method3\n" +
Constants.WIKI + Constants.WIKI_HOME + "trace")
public class TraceCommand extends EnhancerCommand {