RE: Programmatically loading of the configuration file

2015-01-29 Thread Blaine Bergeson (bbergeson)
to the console. Any ideas? In the meantime I will keep working at it. Thx Blaine From: Blaine Bergeson (bbergeson) Sent: Thursday, January 22, 2015 1:42 PM To: [email protected]<mailto:[email protected]> Subject: RE: Programmatically loading of the configuration f

Re: Programmatically loading of the configuration file

2015-01-22 Thread Remko Popma
hursday, January 22, 2015 1:42 PM > To: [email protected] > Subject: RE: Programmatically loading of the configuration file > > I was able to get the following code to work. This code was placed in a > method in a class that was in the same package as the log4j2.xml file.

RE: Programmatically loading of the configuration file

2015-01-22 Thread Blaine Bergeson (bbergeson)
. Thx Blaine From: Blaine Bergeson (bbergeson) Sent: Thursday, January 22, 2015 1:42 PM To: [email protected] Subject: RE: Programmatically loading of the configuration file I was able to get the following code to work. This code was placed in a method in a class that was in the same

RE: Programmatically loading of the configuration file

2015-01-22 Thread Blaine Bergeson (bbergeson)
I was able to get the following code to work. This code was placed in a method in a class that was in the same package as the log4j2.xml file. I call this method in the main entry point of my application before getting any loggers. I had to do a google search to find out about the Configurato