Table of Contents

Interface IMBLoggingService

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Interface for the Material.Blazor logging level service

public interface IMBLoggingService

Properties

Configuration

Logging service configuration

MBLoggingServiceConfiguration Configuration { get; set; }

Property Value

MBLoggingServiceConfiguration

Methods

CurrentLevel()

int CurrentLevel()

Returns

int

LogCritical(string)

void LogCritical(string message)

Parameters

message string

LogDebug(string)

void LogDebug(string message)

Parameters

message string

LogError(string)

void LogError(string message)

Parameters

message string

LogInformation(string)

void LogInformation(string message)

Parameters

message string

LogTrace(string)

void LogTrace(string message)

Parameters

message string

LogWarning(string)

void LogWarning(string message)

Parameters

message string

SetLogger(ILogger<ComponentFoundation>)

void SetLogger(ILogger<ComponentFoundation> Logger)

Parameters

Logger ILogger<ComponentFoundation>