Update Log.java
This commit is contained in:
parent
0d0221a520
commit
1eb860968c
@ -17,16 +17,16 @@ public class Log {
|
|||||||
public static final String VERSION = "5.3.0";
|
public static final String VERSION = "5.3.0";
|
||||||
public static final String KEY_SYSTEM_INFO_DIVIDER = "\n---|-----APIJSON SYSTEM INFO-----|---\n";
|
public static final String KEY_SYSTEM_INFO_DIVIDER = "\n---|-----APIJSON SYSTEM INFO-----|---\n";
|
||||||
|
|
||||||
public static final String OS_NAME;
|
public static final String OS_NAME;
|
||||||
public static final String OS_VERSION;
|
public static final String OS_VERSION;
|
||||||
public static final String OS_ARCH;
|
public static final String OS_ARCH;
|
||||||
public static final String JAVA_VERSION;
|
public static final String JAVA_VERSION;
|
||||||
static {
|
static {
|
||||||
OS_NAME = System.getProperty("os.name");
|
OS_NAME = System.getProperty("os.name");
|
||||||
OS_VERSION = System.getProperty("os.version");
|
OS_VERSION = System.getProperty("os.version");
|
||||||
OS_ARCH = System.getProperty("os.arch");
|
OS_ARCH = System.getProperty("os.arch");
|
||||||
JAVA_VERSION = System.getProperty("java.version");
|
JAVA_VERSION = System.getProperty("java.version");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//默认的时间格式
|
//默认的时间格式
|
||||||
|
Loading…
Reference in New Issue
Block a user