public class SimpleLoggingTable extends Object
Constructor and Description |
---|
SimpleLoggingTable() |
protected static final String NEW_LINE
public void addColumn(String title, int size)
title
- column title that will be displayed in the table headersize
- the size of the columnpublic void addDataRow(String[] dataRow)
dataRow
- the data to be added. DataRow must contain a value for
each declared column.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.