C# Class FloydPink.Flickr.Downloadr.Bootstrap.LogInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: flickr-downloadr/flickr-downloadr

Méthodes publiques

Méthode Description
CreateInvocationLogString ( string operation, IInvocation invocation ) : string
Intercept ( IInvocation invocation ) : void
LogInterceptor ( log4net.ILog log ) : System
ToJson ( object value ) : string

Private Methods

Méthode Description
DumpObject ( object argument ) : string

Method Details

CreateInvocationLogString() public static méthode

public static CreateInvocationLogString ( string operation, IInvocation invocation ) : string
operation string
invocation IInvocation
Résultat string

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

LogInterceptor() public méthode

public LogInterceptor ( log4net.ILog log ) : System
log log4net.ILog
Résultat System

ToJson() public static méthode

public static ToJson ( object value ) : string
value object
Résultat string