Enum LogLevel
Standard logging levels.
Namespace: Grpc.Core.Logging
Assembly: Grpc.Core.dll
Syntax
public enum LogLevel
Fields
Name | Description |
---|---|
Debug | Debug severity. |
Error | Error severity. |
Info | Info severity. |
Off | Logging is off. |
Warning | Warning severity. |