logger property

TreeSitterLogger? get logger

Implementation

TreeSitterLogger? get logger {
  _checkNotDisposed();
  return _logger;
}