aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-13 11:46:47 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-13 11:46:47 -0700
commit2bab9a833933ca5c055e558f689545c546b5e89b (patch)
treeafc7a41c1bd0af7e58cb28959bb2269846749b75 /src/csharp/Grpc.Core/Grpc.Core.csproj
parent55ca239bc2116857b347d8b1234e0cabf35640de (diff)
add LogLevel enum
Diffstat (limited to 'src/csharp/Grpc.Core/Grpc.Core.csproj')
-rw-r--r--src/csharp/Grpc.Core/Grpc.Core.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj
index a8b7b5f00d..db04a8a68b 100644
--- a/src/csharp/Grpc.Core/Grpc.Core.csproj
+++ b/src/csharp/Grpc.Core/Grpc.Core.csproj
@@ -136,6 +136,7 @@
<Compile Include="Internal\ClientSideStatus.cs" />
<Compile Include="Internal\ClockType.cs" />
<Compile Include="Internal\CallError.cs" />
+ <Compile Include="Logging\LogLevel.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Grpc.Core.nuspec" />