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
lib
src
.gitignore -rw-r--r-- 95 bytes
README.rst -rw-r--r-- 4.8 KB
README_Template.rst -rw-r--r-- 4.7 KB
changeHistory.rst -rw-r--r-- 913 bytes
gpl.txt -rw-r--r-- 34.3 KB
lgpl.txt -rw-r--r-- 7.5 KB

README.rst

back to top