Overhaul debug logging
Debug logging now provides ConsoleDebug and ILog has been updated to support the concept of debug logs. Debug logs are now controlled by config.json instead of by preprocessor debug flag.
This commit is contained in:
parent
19de422304
commit
b76d906c59
5 changed files with 68 additions and 14 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
|
||||
|
||||
## Upcoming changes
|
||||
* Debug logging now provides ConsoleDebug and ILog has been updated to support the concept of debug logs. Debug logs are now controlled by `config.json` instead of by preprocessor debug flag. (@hakusaro)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 3)
|
||||
* Fixed `/worldmode` command to correctly target world mode. (@Ristellise)
|
||||
* The following commands have been removed: `tbloodmoon`, `invade`, `dropmeteor`. `fullmoon`, `sandstorm`, `rain`, `eclipse`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue