Click or drag to resize

aceLogToConsoleControlreplaceOutput Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Replaces the two loggers in the console output

Namespace:  imbSCI.Core.reporting
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void replaceOutput(
	IConsoleControl oldLogger,
	IConsoleControl newLogger
)
Request Example View Source

Parameters

oldLogger
Type: imbSCI.Core.reportingIConsoleControl
The old loger.
newLogger
Type: imbSCI.Core.reportingIConsoleControl
The new loger.
See Also