petitlapin opened a new pull request, #218: URL: https://github.com/apache/logging-log4cxx/pull/218
Hi, When linking statically with log4cxx, I got the issue: ``` log4cxx: Count not instantiate class [org.apache.log4j.JSONLayout] log4cxx: Class not found: org.apache.log4j.JSONLayout ``` Registering the class solves the issue. I could not pinpoint on why the class was not present in the executable. -- 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]
