Go to the documentation of this file.
19package org.sleuthkit.autopsy.commandlineingest;
21import java.util.logging.Level;
22import org.sleuthkit.autopsy.casemodule.CaseActionException;
23import org.sleuthkit.autopsy.coreutils.Logger;
54 LOGGER.log(Level.SEVERE,
"No command line commands specified");
55 System.out.println(
"No command line commands specified");
63 LOGGER.log(Level.SEVERE,
"Error opening case from command line ", ex);
64 System.out.println(
"Error opening case ");
CommandLineOpenCaseManager(String casePath)
static final Logger LOGGER
synchronized static Logger getLogger(String name)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.