Re: [slf4j-dev] Transactions in slf4j?

2009-06-02 Thread Thorbjørn Ravn Andersen
Ralph Goers skrev den 02-06-2009 01:52: We have a class called RequestContext. All it contains is a bunch of constants and static helper methods to store fields into the MDC. At the start of every request we call RequestContext.initialize(). That clears the MDC and then adds a key named id

Re: [slf4j-dev] Transactions in slf4j?

2009-06-02 Thread Ralph Goers
On Jun 2, 2009, at 12:52 AM, Thorbjørn Ravn Andersen wrote: Ralph Goers skrev den 02-06-2009 01:52: We have a class called RequestContext. All it contains is a bunch of constants and static helper methods to store fields into the MDC. At the start of every request we call