

Public Member Functions | |
| TwikiTableConverter (String cols) | |
| String | convert (ILogEntry log) |
| String | getHeader () |
Convert a log into a twiki table (ASCII).
The formatted string is composed of plain ASCII, the fields are separated by a '|'.
The processing is done by delegating to the parent CSVConverter.
| alma::acs::logging::tools::TwikiTableConverter::TwikiTableConverter | ( | String | cols | ) | [inline] |
Constructor
| cols | The columns to write in the converted string |
| String alma::acs::logging::tools::TwikiTableConverter::convert | ( | ILogEntry | log | ) | [inline, virtual] |
Convert the log into a String
Reimplemented from alma::acs::logging::tools::CSVConverter.
Referenced by alma::acs::jlog::test::tools::ConvertersTest::testTwikiTableConverter().
| String alma::acs::logging::tools::TwikiTableConverter::getHeader | ( | ) | [inline, virtual] |
Reimplemented from alma::acs::logging::tools::CSVConverter.
Referenced by alma::acs::jlog::test::tools::ConvertersTest::testGetHeader().
1.6.2