public class LoggerStatic extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LOG_TEMPLATE |
static boolean |
HAS_COLOR |
static boolean |
HAS_DATE |
static boolean |
HAS_LEVEL |
static boolean |
HAS_RUNTIME |
static boolean |
HAS_STACK |
static boolean |
HAS_THREAD |
static boolean |
JSON_FORMAT |
static String |
LOG_FILE |
static String |
LOG_LEVEL |
static String |
LOG_TEMPLATE |
static String |
LOG_TYPE |
Constructor and Description |
---|
LoggerStatic() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getLogConfig(String property,
String defalut)
获取日志配置项信息
|
protected static long |
getStartTimeMillis()
获取启动时间信息
|
public static final String LOG_LEVEL
public static final String LOG_FILE
public static final String LOG_TYPE
public static String DEFAULT_LOG_TEMPLATE
public static final String LOG_TEMPLATE
public static boolean HAS_COLOR
public static boolean HAS_STACK
public static boolean HAS_LEVEL
public static boolean HAS_DATE
public static boolean HAS_THREAD
public static boolean HAS_RUNTIME
public static boolean JSON_FORMAT
Copyright © 2020 Voovan. All rights reserved.