A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/java/api/com.microsoft.azure.functions.executioncontext below:

ExecutionContext Interface | Microsoft Learn

ExecutionContext Interface

public interface ExecutionContext

The execution context enables interaction with the Azure Functions execution environment.

Method Summary Modifier and Type Method and Description abstract java.lang.String getFunctionName()

Returns the function name.

abstract java.lang.String getInvocationId()

Returns the invocation ID for the function call.

abstract java.util.logging.Logger getLogger()

Returns the built-in logger, which is integrated with the logging functionality provided in the Azure Functions portal, as well as in Azure Application Insights.

default TraceContext getTraceContext()

Returns the trace context.

Method Details getFunctionName

public abstract String getFunctionName()

Returns the function name.

Returns:

the function name.

getInvocationId

public abstract String getInvocationId()

Returns the invocation ID for the function call.

Returns:

the invocation ID for the function call.

getLogger

public abstract Logger getLogger()

Returns the built-in logger, which is integrated with the logging functionality provided in the Azure Functions portal, as well as in Azure Application Insights.

Returns:

A Java logger that will see output directed to Azure Portal, as well as any other configured output locations.

getTraceContext

public default TraceContext getTraceContext()

Returns the trace context.

Returns:

the trace context

Applies to

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4