Click or drag to resize

aceLogToConsoleControlmakeSureHaveDifferentColors Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes sure that loggerA and loggerB have different colors assigned for their outputs to the Console buffer.

Namespace:  imbSCI.Core.reporting
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual bool makeSureHaveDifferentColors(
	IConsoleControl loggerA,
	IConsoleControl loggerB
)
Request Example View Source

Parameters

loggerA
Type: imbSCI.Core.reportingIConsoleControl
The logger a.
loggerB
Type: imbSCI.Core.reportingIConsoleControl
The logger b.

Return Value

Type: Boolean
true if the loggers have different colors, false if one of loggers is not in the current output or if otherwise failed to update color of loggerB
See Also