Dear sir,
Please do consider using Log4J as the standard Java logging package.
- It has been around for several years, and is
certainly more mature than the package you are trying to produce.
- Doing a new logging package is nonsense : why
reinvent the wheel? Does your manager have pointy hair?
- Log4J is already widely used by companies around the
globe.
- Log4J is a lot more powerful than
what you intend to make. In my current projects, there are two particular issues
that log4j resolves, and that your software doesn't :
-
Configuration via XML (and not just with a Property file)
- Sending
of messages over JMS
Julien Dubois.