MCPcopy Create free account
hub / github.com/adobe/Marinus / HECLogLevel

Class HECLogLevel

python3_cron_scripts/libs3/SplunkHECManager.py:32–39  ·  view source on GitHub ↗

A class to represent the Splunk log levels

Source from the content-addressed store, hash-verified

30
31
32class HECLogLevel(object):
33 """
34 A class to represent the Splunk log levels
35 """
36
37 INFO = "INFO"
38 WARN = "WARN"
39 ERROR = "ERROR"
40
41
42class HECEndpoint(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected