You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Middleware | Not supported |[Supported](dotnet-isolated-process-guide.md#middleware)|
35
-
| Logging |[ILogger](/dotnet/api/microsoft.extensions.logging.ilogger) passed to the function<br/>[ILogger<T>](/dotnet/api/microsoft.extensions.logging.logger-1) via [dependency injection](functions-dotnet-dependency-injection.md)|[ILogger]/[ILogger<T>](/dotnet/api/microsoft.azure.functions.worker.functioncontextloggerextensions.getlogger?view=azure-dotnet&preserve-view=true) obtained from [FunctionContext](/dotnet/api/microsoft.azure.functions.worker.functioncontext) or via [dependency injection](dotnet-isolated-process-guide.md#dependency-injection)|
35
+
| Logging |[ILogger](/dotnet/api/microsoft.extensions.logging.ilogger) passed to the function<br/>[ILogger<T>](/dotnet/api/microsoft.extensions.logging.logger-1) via [dependency injection](functions-dotnet-dependency-injection.md)|[ILogger]/[ILogger<T>](/dotnet/api/microsoft.azure.functions.worker.functioncontextloggerextensions.getlogger?view=azure-dotnet&preserve-view=true) obtained from [FunctionContext](/dotnet/api/microsoft.azure.functions.worker.functioncontext) or via [dependency injection](dotnet-isolated-process-guide.md#dependency-injection)|
0 commit comments