C# Class AspectSharp.LoggingExample.Model.LoggerInterceptor

Inheritance: IMethodInterceptor
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Invoke ( IMethodInvocation invocation ) : object
LoggerInterceptor ( ) : System

Private Methods

Method Description
LogArguments ( object arguments ) : void
LogMethod ( MethodBase method ) : void
LogReturn ( object result ) : void

Method Details

Invoke() public method

public Invoke ( IMethodInvocation invocation ) : object
invocation IMethodInvocation
return object

LoggerInterceptor() public method

public LoggerInterceptor ( ) : System
return System