in src/AzureFunctions.PowerShell.OpenTelemetry.SDK/Logging/WriteFunctionsOpenTelemetryLog.cs [25:33]
protected override void ProcessRecord()
{
if (FunctionsEnvironmentWarningChecker.ShouldWarnEnvironmentVariableMissing(out var warningMessage))
{
WriteWarning(warningMessage);
}
FunctionsLoggerBuilder.GetLogger().Log(LogItem, Level?.ToString());
}