Interface IMBLoggingService
Interface for the Material.Blazor logging level service
public interface IMBLoggingService
Properties
Configuration
Logging service configuration
MBLoggingServiceConfiguration Configuration { get; set; }
Property Value
Methods
CurrentLevel()
int CurrentLevel()
Returns
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>