Class ChainsawColumns

java.lang.Object
org.apache.log4j.chainsaw.ChainsawColumns

public class ChainsawColumns extends Object
  • Field Details

    • columnNames

      private static final List<String> columnNames
    • INDEX_LOGGER_COL_NAME

      public static final int INDEX_LOGGER_COL_NAME
      See Also:
    • INDEX_LOG4J_MARKER_COL_NAME

      public static final int INDEX_LOG4J_MARKER_COL_NAME
      See Also:
    • INDEX_TIMESTAMP_COL_NAME

      public static final int INDEX_TIMESTAMP_COL_NAME
      See Also:
    • INDEX_LEVEL_COL_NAME

      public static final int INDEX_LEVEL_COL_NAME
      See Also:
    • INDEX_THREAD_COL_NAME

      public static final int INDEX_THREAD_COL_NAME
      See Also:
    • INDEX_MESSAGE_COL_NAME

      public static final int INDEX_MESSAGE_COL_NAME
      See Also:
    • INDEX_NDC_COL_NAME

      public static final int INDEX_NDC_COL_NAME
      See Also:
    • INDEX_THROWABLE_COL_NAME

      public static final int INDEX_THROWABLE_COL_NAME
      See Also:
    • INDEX_CLASS_COL_NAME

      public static final int INDEX_CLASS_COL_NAME
      See Also:
    • INDEX_METHOD_COL_NAME

      public static final int INDEX_METHOD_COL_NAME
      See Also:
    • INDEX_FILE_COL_NAME

      public static final int INDEX_FILE_COL_NAME
      See Also:
    • INDEX_LINE_COL_NAME

      public static final int INDEX_LINE_COL_NAME
      See Also:
    • INDEX_MILLIS_DELTA_COL_NAME

      public static final int INDEX_MILLIS_DELTA_COL_NAME
      See Also:
    • INDEX_ID_COL_NAME

      public static final int INDEX_ID_COL_NAME
      See Also:
    • CURSOR_FOCUS_ON

      public static final Cursor CURSOR_FOCUS_ON
  • Constructor Details

    • ChainsawColumns

      private ChainsawColumns()
  • Method Details

    • getColumnsNames

      public static List<String> getColumnsNames()
    • getColumnName

      public static 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