public class Logger extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(String content,
Object... args) |
void |
error(String content,
Object... args) |
void |
fatal(String content,
Object... args) |
String |
getName() |
void |
info(String content,
Object... args) |
void |
readProperties() |
void |
warn(String content,
Object... args) |
public void readProperties()
public String getName()
Copyright © 2021. All rights reserved.