[]
        
(Showing Draft Content)

LogLevel

Type Alias: LogLevel

type LogLevel = 
  | "None"
  | "Critical"
  | "Error"
  | "Warning"
  | "Information"
  | "Debug"
  | "Trace";

Log levels available to the SignalR client.

See

https://docs.microsoft.com/en-us/aspnet/core/signalr/diagnostics?view=aspnetcore-5.0