logReset function Debug

dynamic logReset()

Clears the tag stack

Implementation

logReset() {
  _logStack.clear();
}