Package net.minecraft.test
Class TestLogger
- java.lang.Object
-
- net.minecraft.test.TestLogger
-
- All Implemented Interfaces:
ITestLogger
public class TestLogger extends java.lang.Object implements ITestLogger
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description TestLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onTestFailed(TestTracker p_225646_1_)
-
-
-
Method Detail
-
onTestFailed
public void onTestFailed(TestTracker p_225646_1_)
- Specified by:
onTestFailed
in interfaceITestLogger
-
-