I have a shared log4j configuration between multiple web applications deployed in tomcat. Is there any log4j workaround available to log the app name that triggered the log? (Some of the apps have classes with same packages,same methods, and I want to distinguish somehow between them)
Thanks