DefaultFileToLogConverter

public class DefaultFileToLogConverter implements EventToLogConverter<String>

Implementaton of the EventToLogConverter interface. This class is responsible for converting MotechEvents to the state that can be injected in the file.

Methods

convertToLog

public String convertToLog(MotechEvent event)