C# 클래스 FloydPink.Flickr.Downloadr.Bootstrap.LogInterceptor

상속: IInterceptor
파일 보기 프로젝트 열기: flickr-downloadr/flickr-downloadr

공개 메소드들

메소드 설명
CreateInvocationLogString ( string operation, IInvocation invocation ) : string
Intercept ( IInvocation invocation ) : void
LogInterceptor ( log4net.ILog log ) : System
ToJson ( object value ) : string

비공개 메소드들

메소드 설명
DumpObject ( object argument ) : string

메소드 상세

CreateInvocationLogString() 공개 정적인 메소드

public static CreateInvocationLogString ( string operation, IInvocation invocation ) : string
operation string
invocation IInvocation
리턴 string

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void

LogInterceptor() 공개 메소드

public LogInterceptor ( log4net.ILog log ) : System
log log4net.ILog
리턴 System

ToJson() 공개 정적인 메소드

public static ToJson ( object value ) : string
value object
리턴 string