parent
14c5b0a807
commit
2a112e09b3
@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TRI_TCP_Client.Log
|
||||
{
|
||||
public enum LogType
|
||||
{
|
||||
All,
|
||||
Information,
|
||||
Debug,
|
||||
Success,
|
||||
Failure,
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
}
|
Loading…
Reference in new issue