Skip to content

Commit

Permalink
Issue 589 (#591)
Browse files Browse the repository at this point in the history
Removed Log4j serialized event parse, socketHub importer, LoggingEvent class ported
  • Loading branch information
otrebski committed Jan 27, 2022
1 parent 70edfc9 commit 576cff9
Show file tree
Hide file tree
Showing 35 changed files with 249 additions and 1,522 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ private void initMenu() {
fileMenu.add(labelOpenLog);
fileMenu.add(new JMenuItem(new TailLogWithAutoDetectActionListener(otrosApplication)));
fileMenu.add(new JMenuItem(new AdvanceOpenAction(otrosApplication)));
fileMenu.add(new ConnectToSocketHubAppenderAction(otrosApplication));
fileMenu.add(new JSeparator());
JLabel labelLogInvestigation = new JLabel("Log investigation", SwingConstants.LEFT);
labelLogInvestigation.setFont(menuGroupFont);
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 576cff9

Please sign in to comment.