Package org.teavm.maven
Class MavenTeaVMToolLog
- java.lang.Object
-
- org.teavm.maven.MavenTeaVMToolLog
-
- All Implemented Interfaces:
TeaVMToolLog
public class MavenTeaVMToolLog extends Object implements TeaVMToolLog
-
-
Constructor Summary
Constructors Constructor Description MavenTeaVMToolLog(org.apache.maven.plugin.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String text)voiddebug(String text, Throwable e)voiderror(String text)voiderror(String text, Throwable e)voidinfo(String text)voidinfo(String text, Throwable e)voidwarning(String text)voidwarning(String text, Throwable e)
-
-
-
Method Detail
-
info
public void info(String text)
- Specified by:
infoin interfaceTeaVMToolLog
-
debug
public void debug(String text)
- Specified by:
debugin interfaceTeaVMToolLog
-
warning
public void warning(String text)
- Specified by:
warningin interfaceTeaVMToolLog
-
error
public void error(String text)
- Specified by:
errorin interfaceTeaVMToolLog
-
info
public void info(String text, Throwable e)
- Specified by:
infoin interfaceTeaVMToolLog
-
debug
public void debug(String text, Throwable e)
- Specified by:
debugin interfaceTeaVMToolLog
-
warning
public void warning(String text, Throwable e)
- Specified by:
warningin interfaceTeaVMToolLog
-
error
public void error(String text, Throwable e)
- Specified by:
errorin interfaceTeaVMToolLog
-
-