[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Convenience method for logging the child views of a Viewable. Only logs if
debug is enabled.This is a recursive method.
Namespace: net.esper.view
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub DumpChildViews ( _
prefix As String, _
parentViewable As Viewable _
) |
C# |
---|
public static void DumpChildViews (
string prefix,
Viewable parentViewable
) |
Visual C++ |
---|
public:
static void DumpChildViews (
String^ prefix,
Viewable^ parentViewable
) |
Parameters
- prefix
- System.String
is a text to print for each view printed
- parentViewable
- net.esper.view.Viewable
is the parent for which the child views are displayed.