Edit

Share via


LogManager.SetAppLogLevel(Severity) Method

Definition

Set the default log level of all Grain and Application Loggers.

public static void SetAppLogLevel (Orleans.Runtime.Severity severity);
static member SetAppLogLevel : Orleans.Runtime.Severity -> unit
Public Shared Sub SetAppLogLevel (severity As Severity)

Parameters

severity
Severity

The new log level to use

Applies to