Commit 4418543a authored by martin hou's avatar martin hou

fix: adding alert level

parent cb33e188
......@@ -96,7 +96,8 @@ export type ScheduleInfo = {
export enum Level {
debug = 'debug',
info = 'info',
error = 'error'
error = 'error',
alert = 'alert'
}
// 日志条目信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment