UNPKG

@heap-dk/datadog-log-standard-attribute-types

Version:
15 lines (14 loc) 451 B
"use strict"; exports.__esModule = true; exports.DD_STATUS = void 0; var DD_STATUS; (function (DD_STATUS) { DD_STATUS["EMERGENCY"] = "emerg"; DD_STATUS["ALERT"] = "alert"; DD_STATUS["CRITICAL"] = "crit"; DD_STATUS["ERROR"] = "err"; DD_STATUS["WARNING"] = "warning"; DD_STATUS["NOTICE"] = "notice"; DD_STATUS["INFO"] = "info"; DD_STATUS["DEBUG"] = "debug"; })(DD_STATUS = exports.DD_STATUS || (exports.DD_STATUS = {}));