Re: [slf4j-dev] slf4j i8ln

2009-08-19 Thread Pete Muir
based on Apache Commons Configuration to support the needs I discussed in the first paragraph. I'm considering doing it in the existing I18N project in the Apache Commons Sandbox. Ralph On Aug 17, 2009, at 10:05 AM, Pete Muir wrote: Hi, As discussed here https://jira.jboss.org/jira/browse

Re: [slf4j-dev] slf4j i8ln

2009-08-19 Thread Pete Muir
On 19 Aug 2009, at 19:43, Ceki Gulcu wrote: Pete Muir wrote: Sorry, I was being loose with my language. I meant using an enumerated type such as enum LogMessages { WRONG_PASSWORD, RIGHT_PASSWORD } log.warn(WRONG_PASSWORD); What would the signature of log.warn() look like

Re: [slf4j-dev] slf4j i8ln

2009-08-18 Thread Pete Muir
To follow up on this, Mark Little pointed me at the Common Logging Framework developed by Arjuna as another way this problem has been addressed in the past. See http://docs.jboss.org/process-guide/en/html/internationalization.html#d0e4183 On 17 Aug 2009, at 18:05, Pete Muir wrote: Hi

[slf4j-dev] slf4j i8ln

2009-08-17 Thread Pete Muir
Hi, As discussed here https://jira.jboss.org/jira/browse/WBRI-290, we would like to switch to slf4j as our logger (it offers a logging facade, supports MDC/NDC and parameter replacement). However, as Takeshi highlights here https://jira.jboss.org/jira/browse/WBRI-214 , a needed feature is