Enum LogLevel

Stay organized with collections Save and categorize content based on your preferences.
public enum LogLevel : int

Standard logging levels.

Namespace

Grpc.Core.Logging

Assembly

Grpc.Core.dll

Fields

NameDescription
Debug

Debug severity.

Error

Error severity.

Info

Info severity.

Off

Logging is off.

Warning

Warning severity.