summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework/Logging
AgeCommit message (Collapse)Author
2017-05-21fix smapi-crash.txt being copied from default log even if --log-path is ↵Jesse Plamondon-Willard
specified
2017-04-26optimise console interception for the way Stardew Valley logs messagesJesse Plamondon-Willard
2017-02-11redirect the game's debug messages into trace logs (#233)Jesse Plamondon-Willard
The game writes debug messages directly to the console, which shows up for SMAPI users. This commit redirects direct console messages to a monitor.