checkpoint
This commit is contained in:
@@ -2,6 +2,15 @@ using System;
|
||||
|
||||
namespace Foodsoft.Alpm
|
||||
{
|
||||
[Flags]
|
||||
public enum LogLevel
|
||||
{
|
||||
Error = 1,
|
||||
Warning = (1 << 1),
|
||||
Debug = (1 << 2),
|
||||
Function = (1 << 3)
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum SigLevel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user