Class FabricLoaderLogger
java.lang.Object
eu.cloudnetservice.modules.bridge.impl.platform.fabric.FabricLoaderLogger
Utility for logging using the fabric-loader builtin logging system.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final net.fabricmc.loader.impl.util.log.LogCategory -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BRIDGE_CATEGORY
private static final net.fabricmc.loader.impl.util.log.LogCategory BRIDGE_CATEGORY
-
-
Constructor Details
-
FabricLoaderLogger
private FabricLoaderLogger()
-
-
Method Details
-
debug
Logs a message at the debug level. Formatting is applied as specified byString.format(String, Object...).- Parameters:
message- the message to log.args- additional format arguments to apply to the message.- Throws:
NullPointerException- if the given message or args array is null.
-
info
Logs a message at the info level. Formatting is applied as specified byString.format(String, Object...).- Parameters:
message- the message to log.args- additional format arguments to apply to the message.- Throws:
NullPointerException- if the given message or args array is null.
-