Replies: 2 comments
-
Please see https://logging.apache.org/log4j/transform/latest/. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We plan to expand the features of Log4j Transformer Plugin later this year. If you have some ideas of features, please submit them to the logging-log4j-transform repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
StackTraceElement[] stacks, At runtime, the call is fixed and not modified.
for example:
1.Find a way to cache it instead of calling it every time.
Manually add a parameter for the current line number.
2.Convert class files using bytecode tools
BytecodeUtil.convert(sourceClass,destClass);
Beta Was this translation helpful? Give feedback.
All reactions