All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavefront.agent.logsharvesting.LogsMessage Maven / Gradle / Ivy

There is a newer version: 4.36
Show newest version
package com.wavefront.agent.logsharvesting;

/** @author Mori Bellamy ([email protected]) */
public interface LogsMessage {
  String getLogLine();

  String hostOrDefault(String fallbackHost);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy