Change logger from java to Autopsy

Change the logger from java to Autopsy.
This commit is contained in:
Mark McKinnon 2019-07-30 15:00:06 -04:00
parent ba611f81e6
commit 79a61ba851
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ import java.util.Date;
import java.util.List; import java.util.List;
import java.util.Random; import java.util.Random;
import java.util.logging.Level; import java.util.logging.Level;
import java.util.logging.Logger; import org.sleuthkit.autopsy.coreutils.Logger;
import javax.imageio.ImageIO; import javax.imageio.ImageIO;
import javax.swing.JDialog; import javax.swing.JDialog;
import javax.swing.text.JTextComponent; import javax.swing.text.JTextComponent;

View File

@ -20,7 +20,7 @@ package org.sleuthkit.autopsy.testing;
import java.io.File; import java.io.File;
import java.io.IOException; import java.io.IOException;
import java.util.logging.Logger; import org.sleuthkit.autopsy.coreutils.Logger;
import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import org.netbeans.jemmy.Timeouts; import org.netbeans.jemmy.Timeouts;