Class InteractiveLogsTester
- java.lang.Object
-
- com.wavefront.agent.logsharvesting.InteractiveLogsTester
-
public class InteractiveLogsTester extends Object
- Author:
- Mori Bellamy ([email protected])
-
-
Constructor Summary
Constructors Constructor Description InteractiveLogsTester(Supplier<LogsIngestionConfig> logsIngestionConfigSupplier, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
interactiveTest()
Read one line of stdin and print a message to stdout.
-
-
-
Constructor Detail
-
InteractiveLogsTester
public InteractiveLogsTester(Supplier<LogsIngestionConfig> logsIngestionConfigSupplier, String prefix) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
interactiveTest
public boolean interactiveTest() throws ConfigurationException
Read one line of stdin and print a message to stdout.- Throws:
ConfigurationException
-
-