Using LOG vs LOGGER as Logger variable

2013-07-25 Thread Ashish
Folks, While browsing the code, found two different formats for Logger variable At some places we use LOG and at some places its LOGGER private static final Logger LOG private static final Logger LOGGER Would be good to use same style across the code for uniformity. wdyt? -- thanks ashish

Re: Using LOG vs LOGGER as Logger variable

2013-07-25 Thread Emmanuel Lécharny
Le 7/25/13 3:54 PM, Ashish a écrit : Folks, While browsing the code, found two different formats for Logger variable At some places we use LOG and at some places its LOGGER private static final Logger LOG private static final Logger LOGGER Would be good to use same style across the code

Re: Using LOG vs LOGGER as Logger variable

2013-07-25 Thread Jeff MAURY
+1 for LOG Jeff — Sent from Mailbox for iPhone On Thu, Jul 25, 2013 at 4:30 PM, Emmanuel Lécharny elecha...@gmail.com wrote: Le 7/25/13 3:54 PM, Ashish a écrit : Folks, While browsing the code, found two different formats for Logger variable At some places we use LOG and at some places

Re: Using LOG vs LOGGER as Logger variable

2013-07-25 Thread Julien Vermillard
+1 for LOG -1 for LOGGER it's too long and clutters the code -- Julien Vermillard http://people.apache.org/~jvermillard/ On Thu, Jul 25, 2013 at 4:32 PM, Jeff MAURY jeffma...@gmail.com wrote: +1 for LOG Jeff — Sent from Mailbox for iPhone On Thu, Jul 25, 2013 at 4:30 PM, Emmanuel