Uses of Interface
net.kyori.adventure.text.logger.slf4j.ComponentLogger
-
Uses of ComponentLogger in net.kyori.adventure.text.logger.slf4j
Methods in net.kyori.adventure.text.logger.slf4j that return ComponentLoggerModifier and TypeMethodDescriptionComponentLoggerProvider.LoggerHelper.delegating(org.slf4j.Logger base, Function<Component, String> serializer) Create a component logger based on one which delegates to an underlying plainLoggerimplementation.static ComponentLoggerComponentLogger.logger()Get a logger instance with the name of the calling class.static ComponentLoggerGet a logger instance with the binary name of the provided class.static ComponentLoggerGet a logger instance with the provided name.ComponentLoggerProvider.logger(ComponentLoggerProvider.LoggerHelper helper, String name) Create a component logger for the provided logger name.