次の方法で共有


TraceWriterExtensions.InfoFormat(TraceWriter, String, Object[]) メソッド

定義

public static void InfoFormat (this Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter, string messageFormat, params object[] parameters);
static member InfoFormat : Microsoft.Azure.WebJobs.Host.TraceWriter * string * obj[] -> unit
<Extension()>
Public Sub InfoFormat (traceWriter As TraceWriter, messageFormat As String, ParamArray parameters As Object())

パラメーター

traceWriter
Microsoft.Azure.WebJobs.Host.TraceWriter
messageFormat
String
parameters
Object[]

適用対象