RawLogger - TCreopargh/CraftTweakerIntegration GitHub Wiki

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

Methods

Only one: static void logRaw(String message) : logs the given string into the raw log file.