Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Logging.ILogReactor Interface Reference

Any class that implement this interface can be added to the Logger class as a reactor and hook all log messages. More...

Inheritance diagram for IBM.Watson.DeveloperCloud.Logging.ILogReactor:
IBM.Watson.DeveloperCloud.Debug.DebugReactor IBM.Watson.DeveloperCloud.Logging.FileReactor

Public Member Functions

void ProcessLog (LogRecord log)
 Process a LogRecord object. More...
 

Detailed Description

Any class that implement this interface can be added to the Logger class as a reactor and hook all log messages.

Member Function Documentation

void IBM.Watson.DeveloperCloud.Logging.ILogReactor.ProcessLog ( LogRecord  log)

Process a LogRecord object.

Parameters
logThe log record.

Implemented in IBM.Watson.DeveloperCloud.Logging.FileReactor, and IBM.Watson.DeveloperCloud.Debug.DebugReactor.


The documentation for this interface was generated from the following file: