public class LogUtil extends Object
| 构造器和说明 |
|---|
LogUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(String content) |
void |
debugAsync(String content)
已过时。
2.7
|
void |
error(String content) |
void |
error(String content,
Throwable throwable) |
static LogUtil |
global() |
void |
info(String content) |
void |
infoAsync(String content)
已过时。
2.7
|
protected static String |
title()
框架标题
|
void |
trace(String content) |
void |
warn(String content) |
void |
warn(String content,
Throwable throwable) |
public static LogUtil global()
protected static String title()
public void trace(String content)
@Deprecated public void debugAsync(String content)
public void debug(String content)
@Deprecated public void infoAsync(String content)
public void info(String content)
public void warn(String content)
public void error(String content)
Copyright © 2024. All rights reserved.