Re: Log4jXMLCLogger class
Mark Diekhans <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Hi Jake, Some background here.. The XMLCLogger class is intended to allow XMLC runtime classes to log information in different environments, such as enhydra, which had it's own syslog-like logger; the servlet logging API and anything else that came along (like log4j). The intention was not that the user call the XMLCLogger methods. It was not really designed to be a general-purpose logging API, only allow XMLC to work in different environments without modifying the code. Mark Jacob Kjome <[email protected]> writes: ... > That would make it easier for coders to switch either directly to Log4j or > to another wrapper class without having to change much code since they > wouldn't have to use the XMLCLogger specific methods. Of course it would > be up to the coder to decide what they want to use, but at least they have > the choice. > ...