Click or drag to resize

IGH_DebugDescription Interface

Implement this interface to participate in Debug Logging.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_DebugDescription

The IGH_DebugDescription type exposes the following members.

Methods
  NameDescription
Public methodAppendToDebugLog
Write important debugging data to a debug writer object.
Top
See Also