19 package org.sleuthkit.autopsy.coreutils;
21 import java.util.logging.Handler;
22 import org.openide.modules.ModuleInstall;
23 import java.util.logging.Level;
31 private static Handler
logs;
36 if (instance == null) {
55 autopsyLogger.log(Level.INFO,
"Application name: " +
Version.
getName()
58 autopsyLogger.log(Level.INFO,
"os.name: " + System.getProperty(
"os.name"));
59 autopsyLogger.log(Level.INFO,
"os.arch: " + System.getProperty(
"os.arch"));
static Version.Type getBuildType()
static Installer instance
static String getNetbeansBuild()
static final Logger autopsyLogger
static String getJavaRuntimeVersion()
synchronized static Logger getLogger(String name)
static String getVersion()
static synchronized Installer getDefault()