Hi, I need to configure a custom Legger that extends then log4j Logger.
I want users to code: Logger.getLogger, and get the custom logger. I know how to do this in code, but this will require every developer to call this code. I want to find a way to this via the log4.properties file so if all developers use the same file their code is clean and will use the custom logger in a transparent way. Any ideas? Thanks.
