Skip to content

Commit 014837b

Browse files
committed
Implemented VTEX own concept of log type
#9
1 parent ac5a64f commit 014837b

File tree

1 file changed

+10
-0
lines changed

1 file changed

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

2+
namespace VTEX.SampleWebAPI.Logging
3+
{
4+
public enum VTEXLogType
5+
{
6+
Error,
7+
Warning,
8+
Info
9+
}
10+
}

0 commit comments

Comments
 (0)