Accumulate logs if necessary while loading data
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 23 Mar 2015 06:46:05 +0000 (06:46 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 23 Mar 2015 06:46:05 +0000 (06:46 +0000)
commit209a8714866365fc4292b0da2ae3d4e8b68bb3b9
treee867651bfc66ba6aab1a251ccd9885319c51f30b
parent71ef2d8ff76617097ff56348f5e3ef1367d1e61e
Accumulate logs if necessary while loading data

Prior to existence of the global universe, the destination files for
logging may not be known. Accumulate log entries during
DataFile.load() if immediate logging fails, so that they can be
flushed later once logging is possible.
lib/mudpy/data.py