Method ConfigureInterfaceLogger
ConfigureInterfaceLogger(bool, bool, bool)
Set new configuration for the Interface Logger
Declaration
[HandleProcessCorruptedStateExceptions]
public void ConfigureInterfaceLogger(bool enableFunction, bool enableParameters, bool enableExecutionTime)
Parameters
Type | Name | Description |
---|---|---|
bool | enableFunction | If true, the called function names will be print |
bool | enableParameters | If true, the called function parameters will be print (only if enableFunction=true too) |
bool | enableExecutionTime | If true, the called functions execution times will be print |