Class CopyEventsToClipboardAction

java.lang.Object
javax.swing.AbstractAction
org.apache.log4j.chainsaw.CopyEventsToClipboardAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class CopyEventsToClipboardAction extends AbstractAction
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • EVENTSIZE_FUDGE_FACTOR

      private static final int EVENTSIZE_FUDGE_FACTOR
      See Also:
    • logUi

      private final LogUI logUi
    • layout

      private final org.apache.log4j.Layout layout
      Layout pattern uses a simple but concise format that reads well and has a fixed size set of useful columns before the message. Nice format for pasting into issue trackers.
  • Constructor Details

    • CopyEventsToClipboardAction

      public CopyEventsToClipboardAction(LogUI parent)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)