summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Logging
AgeCommit message (Collapse)Author
2020-09-04simplify error shown for duplicate modsJesse Plamondon-Willard
2020-08-24simplify console interception flowJesse Plamondon-Willard
The console interceptor now uses a marker in the string (instead of a state field) to track whether the message should intercepted. This makes each write more atomic, so it's less affected by multithreading in some cases.
2020-08-23move some console/logging logic out of SCore into a new LogManagerJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-05-10generalise console color logic for reuse (#495)Jesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard