Watson Unity SDK
Watson Unity SDK
IBM.Watson
IBM.Watson.DeveloperCloud.Logging
ILogReactor Interface
ILogReactor Methods
ILogReactor Interface
Any class that implement this interface can be added to the Logger class as a reactor and hook all log messages.
Namespace:
IBM.Watson.DeveloperCloud.Logging
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
interface
ILogReactor
The
ILogReactor
type exposes the following members.
Methods
Name
Description
ProcessLog
Process a LogRecord object.
Top
See Also
Reference
IBM.Watson.DeveloperCloud.Logging Namespace