C# 클래스 NZBDash.Common.Helpers.LoggingHelper

파일 보기 프로젝트 열기: NZBDash/NZBDash

공개 메소드들

메소드 설명
DumpJson ( this value ) : object
DumpJson ( this value, string propertyToRemoveFromDump ) : object

비공개 메소드들

메소드 설명
GetJsonDumpTarget ( object value, string propToRemove = default(string) ) : object

메소드 상세

DumpJson() 공개 정적인 메소드

public static DumpJson ( this value ) : object
value this
리턴 object

DumpJson() 공개 정적인 메소드

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