Package net.frozenblock.lib
Class FrozenSharedConstants
java.lang.Object
net.frozenblock.lib.FrozenSharedConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.Loggerstatic final org.slf4j.helpers.NOPLoggerstatic final Stringstatic booleanUsed for features that may be unstable and crash in public builds. -
Method Summary
-
Field Details
-
MOD_ID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
LOGGER4
public static final org.slf4j.helpers.NOPLogger LOGGER4 -
UNSTABLE_LOGGING
public static boolean UNSTABLE_LOGGINGUsed for features that may be unstable and crash in public builds.It's smart to use this for at least registries.
-