Revision 19230c89990c8559508d1a60c0cc73b2283859c5 authored by Stuart Rossiter on 03 March 2015, 12:10:09 UTC, committed by Stuart Rossiter on 03 March 2015, 12:10:09 UTC
 - AnyLogic logging now checks for thread changes during any logging statement
   (by means of a custom SLF4J Logger subclass)

 - AnyLogic loggers can now be used in singleton classes (or statically when
   you're not worried about parallel runs) without an accessor

 - stochastic items can now be used in singleton classes (or statically when
   you're not worried about parallel runs) without an accessor

 - StochasticAccessorMDC is now StandardStochasticAccessor to avoid
   implementation details in the name

 - updated User Guide to reflect the above
1 parent c0bfbbf
History
File Mode Size
.gitignore -rw-r--r-- 90 bytes

back to top