Click or drag to resize

LoggerShellSetSlaveLoggerShell method

For LoggerShells that only have one name reference during instantiation the logger is subsequently transferred here.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public void SetSlaveLoggerShell(
	
	LoggerShell loggerShell
)

Parameters

loggerShell  LoggerShell
Reference to the actual logger for LoggerShells, which are created during instantiation. have only received a name reference.
See also