Hi,

  I have some questions about the basic usage/design of Log4j.

  a) Why was this design chosen:

  Logger logger = Logger.getLogger();

  and not

  Logger logger = new Logger();

  b) What is the advantage of using Logger as a static member variable?  (as
opposed to non-static)

  c) Has it ever come up that if Logger is distributed throughout the system,
then if it broke it could bring down the system?

  Thanks,

  Steve



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to