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
messagestring
LogDebug(string)
void LogDebug(string message)
Parameters
messagestring
LogError(string)
void LogError(string message)
Parameters
messagestring
LogInformation(string)
void LogInformation(string message)
Parameters
messagestring
LogTrace(string)
void LogTrace(string message)
Parameters
messagestring
LogWarning(string)
void LogWarning(string message)
Parameters
messagestring
SetLogger(ILogger<ComponentFoundation>)
void SetLogger(ILogger<ComponentFoundation> Logger)
Parameters
LoggerILogger<ComponentFoundation>