C# Class NZBDash.Common.Helpers.LoggingHelper

Afficher le fichier Open project: NZBDash/NZBDash

Méthodes publiques

Méthode Description
DumpJson ( this value ) : object
DumpJson ( this value, string propertyToRemoveFromDump ) : object

Private Methods

Méthode Description
GetJsonDumpTarget ( object value, string propToRemove = default(string) ) : object

Method Details

DumpJson() public static méthode

public static DumpJson ( this value ) : object
value this
Résultat object

DumpJson() public static méthode

public static DumpJson ( this value, string propertyToRemoveFromDump ) : object
value this
propertyToRemoveFromDump string
Résultat object