pender will simply append log messages to the console -
> wherever that happens to be (whether it is an actual console or redirected
> to a file).
>
> -Original Message-
> From: div_gect [mailto:divya.g...@techblue.co.uk]
> Sent: Tuesday, April 21, 2009 10:24 AM
>
Hi all
Here i am executing a simple programme of log4j.
Here is programme-
import org.apache.log4j.Logger;
import org.apache.log4j.xml.DOMConfigurator;
public class first {
public static void main(String args[])
{
Logger logger=Logger.getLogger("first");
DOMConfigurat