mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 18:14:22 +00:00
13 lines
168 B
C#
13 lines
168 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Trace,
|
|
Debug,
|
|
Information,
|
|
Warning,
|
|
Error,
|
|
Critical
|
|
}
|
|
}
|