Click or drag to resize

DebugReactor Class

This log reactor logs into the UnityEngine.Debug.Log() function.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.DebugDebugReactor

Namespace:  IBM.Watson.DeveloperCloud.Debug
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DebugReactor : ILogReactor

The DebugReactor type exposes the following members.

Constructors
  NameDescription
Public methodDebugReactor
DebugReactor constructor.
Top
Properties
  NameDescription
Public propertyLevel
Minimum level of log messages to send to the debug console.
Top
Methods
  NameDescription
Public methodProcessLog
Process a LogRecord object.
Top
See Also