Uses of Interface
me.hsgamer.hscore.logger.common.Logger
Packages that use Logger
Package
Description
Contains the base classes of the config
The JUL implementation of the
Logger
Contains the classes to get the
Logger
using the Service Provider InterfaceThe SLF4J implementation of the
Logger
The system implementation of
Logger
-
Uses of Logger in me.hsgamer.hscore.config
Fields in me.hsgamer.hscore.config declared as Logger -
Uses of Logger in me.hsgamer.hscore.logger.jul
Classes in me.hsgamer.hscore.logger.jul that implement Logger -
Uses of Logger in me.hsgamer.hscore.logger.provider
Methods in me.hsgamer.hscore.logger.provider that return LoggerMethod parameters in me.hsgamer.hscore.logger.provider with type arguments of type LoggerModifier and TypeMethodDescriptionstatic void
LoggerProvider.setLoggerProvider
(Function<String, Logger> loggerProvider) Set the logger provider -
Uses of Logger in me.hsgamer.hscore.logger.service
Methods in me.hsgamer.hscore.logger.service that return Logger -
Uses of Logger in me.hsgamer.hscore.logger.slf4j
Classes in me.hsgamer.hscore.logger.slf4j that implement Logger -
Uses of Logger in me.hsgamer.hscore.logger.system
Classes in me.hsgamer.hscore.logger.system that implement Logger