public class SimpleLoggingTable extends Object
| Constructor and Description |
|---|
SimpleLoggingTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String title,
int size)
Adds a new column to the table.
|
void |
addDataRow(String[] dataRow)
Adds a new row of data into the table.
|
String |
toString() |
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–2017 MuleSoft, Inc.. All rights reserved.