xNarnia / TCR-TerrariaChatRelay

Self-serving Terraria Chat Relay with extensible chat service support
https://forums.terraria.org/index.php?threads/tcr-terrariachatrelay.78196/
MIT License
32 stars 16 forks source link

Change Console.Write to TShock.Log #14

Closed Metacinnabar closed 3 years ago

Metacinnabar commented 3 years ago

Overview

In PrettyPrint, changing Console.Write to TShock.Log.Info/Warn/Error will print the message to the TShock log file.

Metacinnabar commented 3 years ago

Nevermind.