| Modifier and Type | Method and Description |
|---|---|
boolean |
Log.isEnabled(Level level)
是否开启指定日志
|
boolean |
AbstractAware.isEnabled(Level level) |
void |
Log.log(Level level,
String format,
Object... arguments)
打印指定级别的日志
|
void |
AbstractAware.log(Level level,
String format,
Object... arguments) |
static void |
Logger.log(Level level,
Throwable t,
String format,
Object... arguments)
打印日志
|
void |
Log.log(Level level,
Throwable t,
String format,
Object... arguments)
打印 指定级别的日志
|
void |
AbstractAware.log(Level level,
Throwable t,
String format,
Object... arguments) |
void |
Log.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments)
打印 ERROR 等级的日志
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApacheCommonsLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConsoleLog.isEnabled(Level level) |
void |
ConsoleLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
static void |
ConsoleLog.setLevel(Level customLevel)
设置自定义的日志显示级别
|
| Modifier and Type | Method and Description |
|---|---|
void |
JbossLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdkLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
Log4jLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
Log4j2Log.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
Slf4jLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TinyLog.isEnabled(Level level) |
void |
TinyLog.log(String fqcn,
Level level,
Throwable t,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.