ppkarwasz commented on PR #1147: URL: https://github.com/apache/logging-log4j2/pull/1147#issuecomment-1328241806
My current plan for (logging) world domination is: 1. Weave a project's bytecode to embed location information (this PR), 2. Weave bytecode that uses JUL, JCL, SLF4J to use `LogBuilder` with embedded location information, 3. Add support for weaving a project's dependencies, 4. Add support for converting source code (written using `Logger`, JUL, JCL or SLF4J) to use `LogBuilder`. If the source code uses `LogBuilder` adding location information is elegant and trivial (e.g. no need for local variables). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
