Class HttpEventCollectorEventInfo

java.lang.Object
com.splunk.logging.HttpEventCollectorEventInfo

public class HttpEventCollectorEventInfo
extends Object
Container for Splunk http event collector event data
  • Constructor Details

    • HttpEventCollectorEventInfo

      public HttpEventCollectorEventInfo​(String severity, String message, String logger_name, String thread_name, Map<String,​String> properties, String exception_message, Serializable marker)
      Create a new HttpEventCollectorEventInfo container
      Parameters:
      severity - of event
      message - is an event content
      logger_name - name of the logger
      thread_name - name of the thread
      properties - additional properties for this event
      exception_message - text of an exception to log
      marker - event marker
  • Method Details