The ISciChartLoggerFacade instance.
SetLogger Method
Sets the ISciChartLoggerFacade to write to. By default this is null, but after being set, the SciChartDebugLogger will write all output to this instance
Syntax
public void SetLogger( 
   ISciChartLoggerFacade loggerFacade
)

Parameters

loggerFacade
The ISciChartLoggerFacade instance.
Remarks
Logging is performance intensive and will drastically slow down the chart. Enable only when necessary
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also