BlazorGuidelines icon indicating copy to clipboard operation
BlazorGuidelines copied to clipboard

Implement ILogger as soon as possible

Open tossnet opened this issue 2 years ago • 0 comments

When creating a component, take the reflex to implement immediately ILogger

[Inject] 
private ILogger<CalculatingPage> Logger { get; set; }

tossnet avatar Jan 09 '23 10:01 tossnet