removeTree method

void removeTree()

De-attach a logging mechanism.

Implementation

void removeTree() {
  _loggingTree?.onRemove();
}