Commit 6099acbf authored by martin hou's avatar martin hou

fix: adding logger level: alert

parent 7ac5c603
......@@ -2,6 +2,7 @@ enum Level {
debug = 'debug',
info = 'info',
error = 'error',
alert = 'alert',
}
type Message = {
level: Level;
......
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