C# Class Org.IdentityConnectors.Framework.Impl.Api.LoggingProxy

Inheritance: InvocationHandler
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Invoke ( Object proxy, MethodInfo method, Object args ) : Object

Log all operations.

LoggingProxy ( SafeType api, object target ) : System

Private Methods

Method Description
AddMethodName ( StringBuilder bld, MethodInfo method ) : void
LogException ( MethodInfo method, Exception e ) : void

Method Details

Invoke() public method

Log all operations.
public Invoke ( Object proxy, MethodInfo method, Object args ) : Object
proxy Object
method System.Reflection.MethodInfo
args Object
return Object

LoggingProxy() public method

public LoggingProxy ( SafeType api, object target ) : System
api SafeType
target object
return System