structured logging
This commit is contained in:
12
Oqtane.Shared/Enums/LogLevel.cs
Normal file
12
Oqtane.Shared/Enums/LogLevel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
public enum LogLevel
|
||||
{
|
||||
Trace,
|
||||
Debug,
|
||||
Information,
|
||||
Warning,
|
||||
Error,
|
||||
Critical
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user