IEventGenerator.LogFunctionTraceEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void LogFunctionTraceEvent(System.Diagnostics.TraceLevel level, string subscriptionId, string appName, string functionName, string eventName, string source, string details, string summary, Exception exception = default);
abstract member LogFunctionTraceEvent : System.Diagnostics.TraceLevel * string * string * string * string * string * string * string * Exception -> unit
Public Sub LogFunctionTraceEvent (level As TraceLevel, subscriptionId As String, appName As String, functionName As String, eventName As String, source As String, details As String, summary As String, Optional exception As Exception = Nothing)
Parameters
- level
- TraceLevel
- subscriptionId
- String
- appName
- String
- functionName
- String
- eventName
- String
- source
- String
- details
- String
- summary
- String
- exception
- Exception
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.
Azure SDK for .NET