C# Class Microsoft.Azure.WebJobs.Script.TraceWriterExtensions

Afficher le fichier Open project: Azure/azure-webjobs-sdk-script

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateEvent ( string message, TraceLevel level, object>.IDictionary properties ) : TraceEvent

Method Details

Apply() public static méthode

public static Apply ( this traceWriter, object>.IDictionary properties ) : Microsoft.Azure.WebJobs.Host.TraceWriter
traceWriter this
properties object>.IDictionary
Résultat Microsoft.Azure.WebJobs.Host.TraceWriter

Conditional() public static méthode

public static Conditional ( this traceWriter, bool>.Func predicate ) : Microsoft.Azure.WebJobs.Host.TraceWriter
traceWriter this
predicate bool>.Func
Résultat Microsoft.Azure.WebJobs.Host.TraceWriter

Error() public static méthode

public static Error ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
Résultat void

Info() public static méthode

public static Info ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
Résultat void

InfoFormat() public static méthode

public static InfoFormat ( this traceWriter, string messageFormat ) : void
traceWriter this
messageFormat string
Résultat void

Trace() public static méthode

public static Trace ( this traceWriter, string message, TraceLevel level, object>.IDictionary properties ) : void
traceWriter this
message string
level TraceLevel
properties object>.IDictionary
Résultat void

Verbose() public static méthode

public static Verbose ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
Résultat void

VerboseFormat() public static méthode

public static VerboseFormat ( this traceWriter, string messageFormat ) : void
traceWriter this
messageFormat string
Résultat void

Warning() public static méthode

public static Warning ( this traceWriter, string message, object>.IDictionary properties ) : void
traceWriter this
message string
properties object>.IDictionary
Résultat void

WarningFormat() public static méthode

public static WarningFormat ( this traceWriter, string messageFormat ) : void
traceWriter this
messageFormat string
Résultat void

WithSource() public static méthode

public static WithSource ( this traceWriter, string source ) : Microsoft.Azure.WebJobs.Host.TraceWriter
traceWriter this
source string
Résultat Microsoft.Azure.WebJobs.Host.TraceWriter