Package mekhq.campaign.log
Class PerformanceLogger
java.lang.Object
mekhq.campaign.log.PerformanceLogger
This class is responsible to control the logging of Service Log Entries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changedEdge
(Campaign campaign, Person person, LocalDate date) static void
gainedEdge
(Campaign campaign, Person person, LocalDate date) static void
static void
gainedXpFromMedWork
(Person doctor, LocalDate date, int taskXP) static void
static void
successfullyTreatedWithXp
(Person doctor, Person patient, LocalDate date, int injuries, int xp)
-
Constructor Details
-
PerformanceLogger
public PerformanceLogger()
-
-
Method Details
-
gainedXpFromMedWork
-
successfullyTreatedWithXp
-
improvedSkill
-
gainedSPA
-
gainedEdge
-
changedEdge
-