export namespace logWarningLevels {
    let warn: "warn";
    let error: "error";
    let disabled: "disabled";
}
