Package net.neoforged.fml.loading.mixin
Class FMLMixinLogger
java.lang.Object
net.neoforged.fml.loading.mixin.FMLMixinLogger
- All Implemented Interfaces:
ILogger
NOTE: This class needs to be public due to MixinExtras Logger adapter making indirect use of it:
MixinExtrasLogger.java#L38
-
Field Details
-
LEVELS
private static final org.apache.logging.log4j.Level[] LEVELSMaps from ordinal of the Mixin LEVEL enum to Log4j2 levels. Since Mixin is kinda modeled around log4j2, these will match 1:1. -
logger
private final org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
FMLMixinLogger
-
-
Method Details
-
getId
-
getType
-
catching
-
catching
-
debug
-
debug
-
error
-
error
-
fatal
-
fatal
-
info
-
info
-
log
-
log
-
throwing
-
trace
-
trace
-
warn
-
warn
-