Uiinfrastructure API Docs  
 

Reporter.SystemReport Method 

Formats strings into N-char chunks with indent; breaks on word boundary

public static void SystemReport(
   string line,
   int width,
   int indent,
   string frontMsg
);

Parameters

line
width
indent
frontMsg

See Also

Reporter Class | com.plumtree.uiinfrastructure.diagnostic.reporter Namespace