org.apache.log4j.chainsaw
Class ChainsawColumns
java.lang.Object
|
+--org.apache.log4j.chainsaw.ChainsawColumns
- public class ChainsawColumns
- extends java.lang.Object
- Author:
- Paul Smith
Method Summary |
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. |
static java.util.List |
getColumnsNames()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INDEX_LOGGER_COL_NAME
public static final int INDEX_LOGGER_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_LEVEL_COL_NAME
public static final int INDEX_LEVEL_COL_NAME
- See Also:
- Constant Field Values
INDEX_THREAD_COL_NAME
public static final int INDEX_THREAD_COL_NAME
- See Also:
- Constant Field Values
INDEX_MESSAGE_COL_NAME
public static final int INDEX_MESSAGE_COL_NAME
- See Also:
- Constant Field Values
INDEX_NDC_COL_NAME
public static final int INDEX_NDC_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_CLASS_COL_NAME
public static final int INDEX_CLASS_COL_NAME
- See Also:
- Constant Field Values
INDEX_METHOD_COL_NAME
public static final int INDEX_METHOD_COL_NAME
- See Also:
- Constant Field Values
INDEX_FILE_COL_NAME
public static final int INDEX_FILE_COL_NAME
- See Also:
- Constant Field Values
INDEX_LINE_COL_NAME
public static final int INDEX_LINE_COL_NAME
- See Also:
- Constant Field Values
INDEX_ID_COL_NAME
public static final int INDEX_ID_COL_NAME
- See Also:
- Constant Field Values
CURSOR_FOCUS_ON
public static final java.awt.Cursor CURSOR_FOCUS_ON
getColumnsNames
public static java.util.List 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
Copyright 2000-2003 Apache Software Foundation.