Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX