public interface TeaVMToolLog
| 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) |
Copyright © 2019. All rights reserved.