20 package org.sleuthkit.autopsy.coreutils;
22 import java.awt.event.ActionEvent;
23 import java.awt.event.ActionListener;
24 import java.util.logging.Formatter;
26 import java.util.logging.Level;
31 final class TestLogger
implements ActionListener {
33 static final Logger logger = Logger.
getLogger(TestLogger.class.getName());
36 public void actionPerformed(ActionEvent e) {
38 logger.log(Level.WARNING,
"Testing log!",
new Exception(
new Exception(
new Exception(
new Exception(
"original reason with asdfasdfasdfasdfasd fasdfasdfasdf sdfasdfasdfa asdfasdf asdfa sdfas ",
new Exception(
"more original reason"))))));
static Logger getLogger(String name)