LogWidget.add

adds string to the log, and scrolls down to it. newline character is not allowed

  1. void add(dstring item)
  2. void add(string item)
    class LogWidget
    private protected public
    void
    add
    (
    string item
    )

Meta