com.wavefront.agent.logsharvesting.LogsMessage Maven / Gradle / Ivy
package com.wavefront.agent.logsharvesting;
/** @author Mori Bellamy ([email protected]) */
public interface LogsMessage {
String getLogLine();
String hostOrDefault(String fallbackHost);
}