C# Class MetroLog.Targets.JsonPostTarget

Inheritance: BufferedTarget
Afficher le fichier Open project: onovotny/MetroLog

Méthodes publiques

Méthode Description
JsonPostTarget ( Layout layout, int threshold, Uri url ) : MetroLog.Internal
JsonPostTarget ( int threshold, Uri uri ) : MetroLog.Internal

Méthodes protégées

Méthode Description
DoFlushAsync ( LogWriteContext context, IEnumerable toFlush ) : System.Threading.Tasks.Task
OnBeforePost ( HttpClientEventArgs args ) : void

Method Details

DoFlushAsync() protected méthode

protected DoFlushAsync ( LogWriteContext context, IEnumerable toFlush ) : System.Threading.Tasks.Task
context LogWriteContext
toFlush IEnumerable
Résultat System.Threading.Tasks.Task

JsonPostTarget() public méthode

public JsonPostTarget ( Layout layout, int threshold, Uri url ) : MetroLog.Internal
layout MetroLog.Layouts.Layout
threshold int
url System.Uri
Résultat MetroLog.Internal

JsonPostTarget() public méthode

public JsonPostTarget ( int threshold, Uri uri ) : MetroLog.Internal
threshold int
uri System.Uri
Résultat MetroLog.Internal

OnBeforePost() protected méthode

protected OnBeforePost ( HttpClientEventArgs args ) : void
args HttpClientEventArgs
Résultat void