C# 클래스 Microsoft.Azure.WebJobs.Script.TraceWriterExtensions

파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script

공개 메소드들

메소드 설명
Apply ( this traceWriter, object>.IDictionary properties ) : Microsoft.Azure.WebJobs.Host.TraceWriter
Conditional ( this traceWriter, bool>.Func predicate ) : Microsoft.Azure.WebJobs.Host.TraceWriter
Error ( this traceWriter, string message, object>.IDictionary properties ) : void
Info ( this traceWriter, string message, object>.IDictionary properties ) : void
InfoFormat ( this traceWriter, string messageFormat ) : void
Trace ( this traceWriter, string message, TraceLevel level, object>.IDictionary properties ) : void
Verbose ( this traceWriter, string message, object>.IDictionary properties ) : void
VerboseFormat ( this traceWriter, string messageFormat ) : void
Warning ( this traceWriter, string message, object>.IDictionary properties ) : void
WarningFormat ( this traceWriter, string messageFormat ) : void
WithSource ( this traceWriter, string source ) : Microsoft.Azure.WebJobs.Host.TraceWriter

비공개 메소드들

메소드 설명
CreateEvent ( string message, TraceLevel level, object>.IDictionary properties ) : TraceEvent

메소드 상세

Apply() 공개 정적인 메소드

public static Apply ( this traceWriter, object>.IDictionary properties ) : Microsoft.Azure.WebJobs.Host.TraceWriter
traceWriter this
properties object>.IDictionary
리턴 Microsoft.Azure.WebJobs.Host.TraceWriter

Conditional() 공개 정적인 메소드

public static Conditional ( this traceWriter, bool>.Func predicate ) : Microsoft.Azure.WebJobs.Host.TraceWriter
traceWriter this
predicate bool>.Func
리턴 Microsoft.Azure.WebJobs.Host.TraceWriter

Error() 공개 정적인 메소드

public static Error ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
리턴 void

Info() 공개 정적인 메소드

public static Info ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
리턴 void

InfoFormat() 공개 정적인 메소드

public static InfoFormat ( this traceWriter, string messageFormat ) : void
traceWriter this
messageFormat string
리턴 void

Trace() 공개 정적인 메소드

public static Trace ( this traceWriter, string message, TraceLevel level, object>.IDictionary properties ) : void
traceWriter this
message string
level TraceLevel
properties object>.IDictionary
리턴 void

Verbose() 공개 정적인 메소드

public static Verbose ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
리턴 void

VerboseFormat() 공개 정적인 메소드

public static VerboseFormat ( this traceWriter, string messageFormat ) : void
traceWriter this
messageFormat string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
리턴 void

WarningFormat() 공개 정적인 메소드

public static WarningFormat ( this traceWriter, string messageFormat ) : void
traceWriter this
messageFormat string
리턴 void

WithSource() 공개 정적인 메소드

public static WithSource ( this traceWriter, string source ) : Microsoft.Azure.WebJobs.Host.TraceWriter
traceWriter this
source string
리턴 Microsoft.Azure.WebJobs.Host.TraceWriter