Go to the documentation of this file.
19package org.sleuthkit.autopsy.coreutils;
21import java.awt.event.ActionEvent;
22import java.awt.event.ActionListener;
23import java.util.logging.Formatter;
24import org.sleuthkit.autopsy.coreutils.Logger;
25import java.util.logging.Level;
30final class TestLogger
implements ActionListener {
32 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"))))));
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.