@comunica/logger-void
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

Comunica Bus SPARQL Parse

npm version

A logger that voids all log messages.

Click here to learn more about logging.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/logger-void

Usage

const QueryEngine = require('@comunica/query-sparql').QueryEngine;
import {LoggerVoid} from "@comunica/logger-void";

const bindingsStream = await new QueryEngine().queryBindings('SELECT * WHERE { ?s ?p ?o }', {
  sources: ['https://fragments.dbpedia.org/2015/en'],
  log: new LoggerVoid(),
});

/@comunica/logger-void/

    Package Sidebar

    Install

    npm i @comunica/logger-void

    Weekly Downloads

    2,356

    Version

    3.0.3

    License

    MIT

    Unpacked Size

    7.89 kB

    Total Files

    12

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod