-
Notifications
You must be signed in to change notification settings - Fork 0
RawLogger
TCreopargh edited this page Jan 13, 2021
·
2 revisions
RawLogger lets you log raw strings to a file, without the log info, for testing and documenting purposes. logged raw text can be found within your crafttweaker_raw.log, located in your minecraft instance folder. This file gets cleared every time the game launches!
Importing class
mods.ctintegration.util.RawLogger
Only one: static void logRaw(String message) : logs the given string into the raw log file.