Fantastico modulo comunitario

@fibjs/logstream

Versione NMP stato di costruzione stato della build dell'appveyor Testare la copertura David dipende Vulnerabilità conosciute download di npm

avvolgere un flusso di file come flusso di log a prestazioni estremamente elevate.

Installare

1
$ npm i @fibjs/logstream --save

Utilizzo

1 2 3 4 5 6 7 8
const fs = require('fs'); const LogStream = require('@fibjs/logstream'); const fd = fs.open('path to log file', 'w'); const bf = new LogStream(fd); bf.writeText('some log'); bf.writeLine('new line log'); bf.end();// close the log stream.

Domande e suggerimenti

Per favore apri un problema qui .

Licenza

MIT