CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.CommandAPILogger Member List

This is the complete list of members for dev.jorel.commandapi.CommandAPILogger, including all inherited members.

bindToMethods(Consumer< String > info, Consumer< String > warning, Consumer< String > severe, BiConsumer< String, Throwable > severeException) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILoggerstatic
fromApacheLog4jLogger(org.apache.logging.log4j.Logger logger) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILoggerstatic
fromJavaLogger(java.util.logging.Logger logger) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILoggerstatic
fromSlf4jLogger(org.slf4j.Logger logger) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILoggerstatic
info(String message) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILogger
severe(String message) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILogger
severe(String message, Throwable exception) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILogger
warning(String message) (defined in dev.jorel.commandapi.CommandAPILogger)dev.jorel.commandapi.CommandAPILogger