Class LogSender
- java.lang.Object
-
- com.sumologic.jenkins.jenkinssumologicplugin.sender.LogSender
-
public class LogSender extends Object
Created by Lukasz on 20/03/2017
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogSender
getInstance()
void
sendLogs(byte[] msg)
void
sendLogs(byte[] msg, String sumoName)
void
sendLogs(byte[] msg, String sumoName, String contentType)
void
sendLogs(byte[] msg, String sumoName, HashMap<String,String> fields)
org.apache.http.StatusLine
testHTTPUrl(String url)
-