Click or drag to resize

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#
public interface ILogReactor

The ILogReactor type exposes the following members.

Methods
  NameDescription
Public methodProcessLog
Process a LogRecord object.
Top
See Also