To newline, or not to newline

2002-04-11 Thread Jeff Epstein
here a non-hack way to do this? Thanks. Jeff Epstein Internet Developer Insight Interactive Group 302 777 0970 [EMAIL PROTECTED] DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyo

RE: NEWBIE PROBLEMS -- Figured everything out

2002-04-08 Thread Jeff Epstein
t to crash with an error message if it is detected that the name of an appender is the same as the name of a logger. Thank you. Jeff Epstein Internet Developer Insight Interactive Group 302 777 0970 [EMAIL PROTECTED] DISCLAIMER: The information in this message is confidential and may be legally

RE: NEWBIE PROBLEM: Another inheritence question

2002-04-08 Thread Jeff Epstein
erty file), and then assign it to a logger (either in the property file, or in the Java code). Will stop spamming now, as I await responses... :' ) Jeff Epstein Internet Developer Insight Interactive Group 302 777 0970 [EMAIL PROTECTED] -Original Message- From: Jeff Epstein Se

NEWBIE PROBLEM: Another inheritence question

2002-04-08 Thread Jeff Epstein
uot;); barlgr.warn("barlgr warn"); barlgr.error("barlgr error"); barlgr.fatal("barlgr fatal"); } } Jeff Epstein Internet Developer Insight Interactive Group

NEWBIE PROBLEM: Inheritence in property config file

2002-04-08 Thread Jeff Epstein
quot;); barlgr.debug("barlgr debug"); barlgr.info("barlgr info"); barlgr.warn("barlgr warn"); barlgr.error("barlgr error"); barlgr.fatal("barlgr fatal"); } } -