On 19 April 2013 13:58, diroussel <nabble@diroussel.xsmail.com> wrote:
Stuart,

If you do one simulation per thread, then you can put what you need in a
ThreadLocal, then use a Custome Converter to read from the ThreadLocal and
get the SimTime.

See http://logback.qos.ch/manual/layouts.html#customConversionSpecifier


David,

 Ah, yes, nice. ThreadLocal use would avoid the issue of not having access to per-simulation objects from outside the simulation. I'll have a look at refactoring to that when I have some time. Thanks,

Stuart