The format string
Optional args for the format string
WriteLine Method
Writes a line to the ISciChartLoggerFacade. By default, the facade instance is null. In this case nothing happens
Syntax
public void WriteLine( 
   string formatString,
   params object[] args
)

Parameters

formatString
The format string
args
Optional args for the format string
Remarks
Logging is performance intensive and will drastically slow down the chart.
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