C# Class SecureDelete.Actions.BridgeLogger

Helper object which logs member calls when running the script in test mode.
Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
BridgeLogger ( ) : System
Clear ( ) : void

Clear the list of logged member calls.

LogMethodCall ( ) : void

Log a member call.

The parameters need to be passed to this method in exactly the same order they appear in the member definition.

Method Details

BridgeLogger() public method

public BridgeLogger ( ) : System
return System

Clear() public method

Clear the list of logged member calls.
public Clear ( ) : void
return void

LogMethodCall() public method

Log a member call.
The parameters need to be passed to this method in exactly the same order they appear in the member definition.
public LogMethodCall ( ) : void
return void