Home > @datadog/browser-logs > StatusType
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";
}