Click or drag to resize

LogSystemRemoveReactor Method

Removes a reactor from this Logger.

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool RemoveReactor(
	ILogReactor reactor
)

Parameters

reactor
Type: IBM.Watson.DeveloperCloud.LoggingILogReactor
The reactor to remove.

Return Value

Type: Boolean
Returns true on success.
See Also