fix monitor output problem. #1170

This commit is contained in:
Huangxuny1
2020-05-27 15:10:46 +08:00
committed by hengyunabc
parent f2d28a54d4
commit 565146f837
@@ -169,7 +169,7 @@ class MonitorAdviceListener extends AdviceListenerAdapter {
return;
}
TableElement table = new TableElement().leftCellPadding(1).rightCellPadding(1);
TableElement table = new TableElement(2, 3, 3, 1, 1, 1, 1, 1).leftCellPadding(1).rightCellPadding(1);
table.row(true, label("timestamp").style(Decoration.bold.bold()),
label("class").style(Decoration.bold.bold()),
label("method").style(Decoration.bold.bold()),