Reorder loglines fields
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Oct 2020 16:35:46 +0000 (16:35 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Oct 2020 16:35:46 +0000 (16:35 +0000)
commit1a321872691a7d8bbac0a8048d361134f5136f88
treef617688447f1fb531f46bc680e4b41f1e3bf7cd3
parent3b59b8a74388427be4e06d0dad558d597ee34ef4
Reorder loglines fields

Switch the Universe.loglines attribute's structure to place the log
message first and the log level value second, so that it's
consistent with the order in which those parameters are supplied by
the misc.log() function. While we're adjusting this in the
misc.get_loglines() function, switch the output construction from
concatenation to format strings for improved manageability.
mudpy/misc.py