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

Inheritance: InvocationHandler
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( Object proxy, MethodInfo method, Object args ) : Object

Log all operations.

LoggingProxy ( SafeType api, object target ) : System

Private Methods

Méthode Description
AddMethodName ( StringBuilder bld, MethodInfo method ) : void
LogException ( MethodInfo method, Exception e ) : void

Method Details

Invoke() public méthode

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

LoggingProxy() public méthode

public LoggingProxy ( SafeType api, object target ) : System
api SafeType
target object
Résultat System