C# Class NZBDash.Common.Helpers.LoggingHelper

Show file Open project: NZBDash/NZBDash

Public Methods

Method Description
DumpJson ( this value ) : object
DumpJson ( this value, string propertyToRemoveFromDump ) : object

Private Methods

Method Description
GetJsonDumpTarget ( object value, string propToRemove = default(string) ) : object

Method Details

DumpJson() public static method

public static DumpJson ( this value ) : object
value this
return object

DumpJson() public static method

public static DumpJson ( this value, string propertyToRemoveFromDump ) : object
value this
propertyToRemoveFromDump string
return object