Click or drag to resize

LogSystemProcessLog Method

Send the given LogRecord to all installed reactors.

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ProcessLog(
	LogRecord log
)

Parameters

log
Type: IBM.Watson.DeveloperCloud.LoggingLogRecord
The LogRecord to pass to all reactors.
See Also