browser-sdk

Home > @datadog/browser-logs > StatusType

StatusType variable

Signature:

StatusType: {
 readonly ok: "ok";
 readonly debug: "debug";
 readonly info: "info";
 readonly notice: "notice";
 readonly warn: "warn";
 readonly error: "error";
 readonly critical: "critical";
 readonly alert: "alert";
 readonly emerg: "emerg";
}