-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method trace capability #1
base: master
Are you sure you want to change the base?
Conversation
Trace now support trace theme: Call BetterLogsPlugin.setTraceThemes("order_process", "user_register", ...); to set current trace theme to be output on your application methods, set trace theme(s); |
Hi, Thanks for the pull request. Sorry for the delay. Anyway, there are some problems :
Thanks in advance, Stephane |
Hi, The code updated to support javassist 3.9, and document updated with more information about trace theme. However no changes has been made to the tab/space issue. I've used eclipse auto format to reformat all source code. And because the updates itself are even bigger than original betterlogs code. It's more like a complete rewrite than adding a few lines for bug fix or enhancement. Maybe you want to check it and replace the existing code base. Thanks, |
…Invocation.time configuration
…n start time cache
new configuration: betterlogs.trace.level.
new behavior:
Now:
11:04:18,625 INFO ~ [/app/controllers/Config.java:83|17] after() :: enter after
Where "17" is the current thread ID
The documentation has been updated