Initial commit carried over from private repo. This is V2.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace MessengerApi.Configuration.Enums
|
||||
{
|
||||
public enum LoggingVerbosity
|
||||
{
|
||||
Normal,
|
||||
Debug,
|
||||
Trace
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user