Package org.teavm.cli

Class AccumulatingTeaVMToolLog

java.lang.Object
org.teavm.cli.AccumulatingTeaVMToolLog
All Implemented Interfaces:
org.teavm.tooling.TeaVMToolLog

public class AccumulatingTeaVMToolLog extends Object implements org.teavm.tooling.TeaVMToolLog
  • Constructor Details

    • AccumulatingTeaVMToolLog

      public AccumulatingTeaVMToolLog(org.teavm.tooling.TeaVMToolLog delegatedLog)
  • Method Details

    • flush

      public void flush()
    • info

      public void info(String text)
      Specified by:
      info in interface org.teavm.tooling.TeaVMToolLog
    • debug

      public void debug(String text)
      Specified by:
      debug in interface org.teavm.tooling.TeaVMToolLog
    • warning

      public void warning(String text)
      Specified by:
      warning in interface org.teavm.tooling.TeaVMToolLog
    • error

      public void error(String text)
      Specified by:
      error in interface org.teavm.tooling.TeaVMToolLog
    • info

      public void info(String text, Throwable e)
      Specified by:
      info in interface org.teavm.tooling.TeaVMToolLog
    • debug

      public void debug(String text, Throwable e)
      Specified by:
      debug in interface org.teavm.tooling.TeaVMToolLog
    • warning

      public void warning(String text, Throwable e)
      Specified by:
      warning in interface org.teavm.tooling.TeaVMToolLog
    • error

      public void error(String text, Throwable e)
      Specified by:
      error in interface org.teavm.tooling.TeaVMToolLog