Uses of Class
mmud.services.LogService
Packages that use LogService
Package
Description
Provides the different commands possible for players.
Provides the Enterprise Java Beans used for the REST services.
-
Uses of LogService in mmud.commands
Methods in mmud.commands that return LogServiceModifier and TypeMethodDescriptionCommandRunner.getLogService()
protected LogService
NormalCommand.getLogService()
Methods in mmud.commands with parameters of type LogServiceModifier and TypeMethodDescriptionvoid
CommandRunner.setServices
(PersonService personService, LogService logService, GuildService guildService, ItemService itemService, EventsService eventsService, AdminService adminService, HelpService helpService, ChatService chatService) -
Uses of LogService in mmud.rest.services
Methods in mmud.rest.services with parameters of type LogServiceModifier and TypeMethodDescriptionvoid
GraphicsRestService.setLogService
(LogService logService) void
PrivateRestService.setLogService
(LogService logService) Constructors in mmud.rest.services with parameters of type LogServiceModifierConstructorDescriptionGameRestService
(BoardService boardService, IdleUsersService idleUsersService, MailService mailService, CommandRunner commandRunner, LogService logService, PlayerAuthenticationService playerAuthenticationService) -
Uses of LogService in mmud.scripting
Constructors in mmud.scripting with parameters of type LogService -
Uses of LogService in mmud.services
Constructors in mmud.services with parameters of type LogServiceModifierConstructorDescriptionChatService
(LogService logService) ItemService
(LogService logService) PersonService
(LogService logService)