[This is preliminary documentation and is subject to change.]
Adds a destination to this wrapper
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void RegisterDestination(
Destination dest
)
public void RegisterDestination(
Destination dest
)
Public Sub RegisterDestination (
dest As Destination
)
Public Sub RegisterDestination (
dest As Destination
)
public:
void RegisterDestination(
Destination^ dest
)
public:
void RegisterDestination(
Destination^ dest
)
member RegisterDestination :
dest : Destination -> unitmember RegisterDestination :
dest : Destination -> unit