public class EmptyTeaVMToolLog extends Object implements TeaVMToolLog
| Constructor and Description |
|---|
EmptyTeaVMToolLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String text) |
void |
debug(String text,
Throwable e) |
void |
error(String text) |
void |
error(String text,
Throwable e) |
void |
info(String text) |
void |
info(String text,
Throwable e) |
void |
warning(String text) |
void |
warning(String text,
Throwable e) |
public void info(String text)
info in interface TeaVMToolLogpublic void debug(String text)
debug in interface TeaVMToolLogpublic void warning(String text)
warning in interface TeaVMToolLogpublic void error(String text)
error in interface TeaVMToolLogpublic void info(String text, Throwable e)
info in interface TeaVMToolLogpublic void debug(String text, Throwable e)
debug in interface TeaVMToolLogpublic void warning(String text, Throwable e)
warning in interface TeaVMToolLogpublic void error(String text, Throwable e)
error in interface TeaVMToolLogCopyright © 2019. All rights reserved.