Public Member Functions

alma.acs.logging.tools.TwikiTableConverter Class Reference

Inheritance diagram for alma.acs.logging.tools.TwikiTableConverter:
alma.acs.logging.tools.CSVConverter alma.acs.logging.tools.LogConverter

List of all members.

Public Member Functions

 TwikiTableConverter (String cols)
String convert (ILogEntry log)
String getHeader ()

Detailed Description

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.

Author:
acaproni
Since:
ACS 8.1.0

Constructor & Destructor Documentation

alma.acs.logging.tools.TwikiTableConverter.TwikiTableConverter ( String  cols  ) 

Constructor

Parameters:
cols The columns to write in the converted string
See also:
LogConverter.colIndex

Member Function Documentation

String alma.acs.logging.tools.TwikiTableConverter.convert ( ILogEntry  log  )  [virtual]

Convert the log into a String

Reimplemented from alma.acs.logging.tools.CSVConverter.

String alma.acs.logging.tools.TwikiTableConverter.getHeader (  )  [virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties