Class ChainsawColumns


  • public class ChainsawColumns
    extends java.lang.Object
    • Field Detail

      • columnNames

        private static final java.util.List<java.lang.String> columnNames
      • INDEX_LOG4J_MARKER_COL_NAME

        public static final int INDEX_LOG4J_MARKER_COL_NAME
        See Also:
        Constant Field Values
      • INDEX_TIMESTAMP_COL_NAME

        public static final int INDEX_TIMESTAMP_COL_NAME
        See Also:
        Constant Field Values
      • INDEX_THROWABLE_COL_NAME

        public static final int INDEX_THROWABLE_COL_NAME
        See Also:
        Constant Field Values
      • INDEX_MILLIS_DELTA_COL_NAME

        public static final int INDEX_MILLIS_DELTA_COL_NAME
        See Also:
        Constant Field Values
      • CURSOR_FOCUS_ON

        public static final java.awt.Cursor CURSOR_FOCUS_ON
    • Constructor Detail

      • ChainsawColumns

        private ChainsawColumns()
    • Method Detail

      • getColumnsNames

        public static java.util.List<java.lang.String> getColumnsNames()
      • getColumnName

        public static java.lang.String getColumnName​(int columnIndex)
        Given the index which matches one of the static constants in this class, returns the resolved Column name as a string label.
        Parameters:
        columnIndex - (note this is a 1 based collection)
        Returns:
        column name