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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET