MCPcopy Create free account
hub / github.com/datalust/seq-logging /

Class

seq_logger.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 const HEADER_FOOTER_BYTES = (new safeGlobalBlob([HEADER])).size + (new safeGlobalBlob([FOOTER])).size;
7
8 class SeqLogger {
9 constructor(config) {
10 let dflt = {
11 serverUrl: 'http://localhost:5341',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected