public IActionResult Microsoft() { _microsoftLogger.LogTrace("Microsoft Trace"); _microsoftLogger.LogDebug("Microsoft Debug"); _microsoftLogger.LogInformation("Microsoft Information"); _microsoftLogger.LogWarning("Microsoft Warning"); _microsoftLogger.LogError("Microsoft Error"); _microsoftLogger.LogCritical("Microsoft Critical"); return(Ok()); }