SimpleConsoleLoggerFactory Constructors

Definition

Overloads

SimpleConsoleLoggerFactory()

Constructs a console logger with the default log level.

SimpleConsoleLoggerFactory(LogLevel)

Constructs a logger factory that creates loggers with the given log level

SimpleConsoleLoggerFactory()

Constructs a console logger with the default log level.

public SimpleConsoleLoggerFactory ();
Public Sub New ()

Applies to

SimpleConsoleLoggerFactory(LogLevel)

Constructs a logger factory that creates loggers with the given log level

public SimpleConsoleLoggerFactory (Microsoft.Extensions.Logging.LogLevel minLogLevel);
new Iot.Device.Common.SimpleConsoleLoggerFactory : Microsoft.Extensions.Logging.LogLevel -> Iot.Device.Common.SimpleConsoleLoggerFactory
Public Sub New (minLogLevel As LogLevel)

Parameters

minLogLevel
LogLevel

Minimum log level to use

Applies to