public class LogUtil extends Object
| Constructor and Description |
|---|
LogUtil() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All rights reserved.