Package org.cloudsimplus.automation
Class LogUtils
java.lang.Object
org.cloudsimplus.automation.LogUtils
Useful methods to print log information to the terminal.
- Author:
- Manoel Campos da Silva Filho
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic voidprintCaptions(String... captions) static voidprintCaptions(String[] captions, String colSeparator) Print the captions of a table to be presented at the terminal.static voidstatic voidPrint an array of objects like a table.static voidsetColSeparator(String aColSeparator)
-
Constructor Details
-
LogUtils
public LogUtils()
-
-
Method Details
-
printLine
Print an array of objects like a table.- Parameters:
captions- The captions of the tabledataArray- The data to be printed.- See Also:
-
printLine
-
printCaptions
Print the captions of a table to be presented at the terminal.- Parameters:
captions- Captions of the table- See Also:
-
printCaptions
-
getColSeparator
- Returns:
- the colSeparator
-
setColSeparator
- Parameters:
aColSeparator- the colSeparator to set
-