ConsoleLogger<T>(LogLevel) Constructor

Definition

public ConsoleLogger(Microsoft.Teams.Common.Logging.LogLevel level = Microsoft.Teams.Common.Logging.LogLevel.Info);
new Microsoft.Teams.Common.Logging.ConsoleLogger<'T> : Microsoft.Teams.Common.Logging.LogLevel -> Microsoft.Teams.Common.Logging.ConsoleLogger<'T>
Public Sub New (Optional level As LogLevel = Microsoft.Teams.Common.Logging.LogLevel.Info)

Parameters

level
LogLevel

Applies to