enhancement to send log notifications to host users

This commit is contained in:
Shaun Walker
2022-02-23 16:10:24 -05:00
parent 9ba356c47e
commit ac45f67a21
6 changed files with 66 additions and 7 deletions

View File

@ -1,4 +1,4 @@
namespace Oqtane.Shared
namespace Oqtane.Shared
{
public enum LogLevel
{
@ -7,6 +7,7 @@
Information,
Warning,
Error,
Critical
Critical,
None
}
}