Public Member Functions

alma.acs.logging.tools.TextConverter Class Reference

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

List of all members.

Public Member Functions

 TextConverter (String cols)

Detailed Description

Convert a log into a simple ASCII text.

The formatted string is composed of plain ASCII, the fields are separated by a space.

The processing is done by delegating to the parent CSVConverter.

Author:
acaproni
Since:
ACS 8.1.0

Constructor & Destructor Documentation

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

Constructor

Parameters:
cols The columns to write in the converted string; it can be null
See also:
LogConverter.colIndex

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