Skip to content

Commit ac5a64f

Browse files
committed
Implemented VTEX own concept of event level
#9
1 parent 9269336 commit ac5a64f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+

2+
namespace VTEX.SampleWebAPI.Logging
3+
{
4+
public enum VTEXEventLevel : int
5+
{
6+
Critical = 3,
7+
Important = 2,
8+
Default = 1,
9+
Debug = 0,
10+
}
11+
}

0 commit comments

Comments
 (0)