Skip to content

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

Methods

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

Clone this wiki locally