Click or drag to resize

ILogReactorProcessLog Method

Process a LogRecord object.

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

Parameters

log
Type: IBM.Watson.DeveloperCloud.LoggingLogRecord
The log record.
See Also