Trace view model was changed
This commit is contained in:
18
StructureHelperCommon/Models/Loggers/TraceLogStatuses.cs
Normal file
18
StructureHelperCommon/Models/Loggers/TraceLogStatuses.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Models
|
||||
{
|
||||
public enum TraceLogStatuses
|
||||
{
|
||||
Fatal,
|
||||
Error,
|
||||
Warning,
|
||||
Info,
|
||||
Service,
|
||||
Debug
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user