Click or drag to resize

IModDebugReceiver Interface

This interface should be implemented when a custom log handler is required. Use AddReceiver(IModDebugReceiver) to register the implementation with a DebugHandler.

Namespace:  UMod.Debugging
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IModDebugReceiver

The IModDebugReceiver type exposes the following members.

Methods
  NameDescription
Public methodOnModDebugLog
Called by the active ModDebugHandler for the current mod when a message should be logged.
Top
See Also