Interface IScriptLogger

All Known Implementing Classes:
ConsoleBindings

public interface IScriptLogger
Used to display results in the scripting window
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
  • Method Details

    • print

      void print(Object o)
    • println

      void println(Object o)
    • clear

      void clear()