LogServiceBase RegisterDestination Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Adds a destination to this service active destinations. Negative index to append

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void RegisterDestination(
	Destination dest,
	int atIdx = -1
)
See Also