Uses of Class
com.github.alex1304.ultimategdbot.api.logging.LoggingService
-
Packages that use LoggingService Package Description com.github.alex1304.ultimategdbot.api.command com.github.alex1304.ultimategdbot.api.service -
-
Uses of LoggingService in com.github.alex1304.ultimategdbot.api.command
Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type LoggingService Constructor Description CommandService(BotConfig botConfig, discord4j.core.GatewayDiscordClient gateway, LocalizationService localizationService, LoggingService loggingService)
-
Uses of LoggingService in com.github.alex1304.ultimategdbot.api.service
Fields in com.github.alex1304.ultimategdbot.api.service with type parameters of type LoggingService Modifier and Type Field Description static com.github.alex1304.rdi.ServiceReference<LoggingService>
CommonServices. LOGGING_SERVICE
Methods in com.github.alex1304.ultimategdbot.api.service that return LoggingService Modifier and Type Method Description LoggingService
BotService. logging()
Constructors in com.github.alex1304.ultimategdbot.api.service with parameters of type LoggingService Constructor Description BotService(discord4j.core.GatewayDiscordClient gateway, CommandService commandService, DatabaseService databaseService, EmojiService emojiService, InteractiveMenuService interactiveMenuService, LocalizationService localizationService, LoggingService loggingService, PluginMetadataService pluginMetadataService)
-