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