public interface ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Returns the function name.
|
String |
getInvocationId()
Returns the invocation ID for the function call.
|
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.
|
Logger getLogger()
String getInvocationId()
String getFunctionName()
default TraceContext getTraceContext()
Copyright © 2020. All rights reserved.