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

Method _onTimer

seq_logger.js:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 _onTimer() {
104 if (!this._activeShipper) {
105 this._ship();
106 }
107 }
108
109 _toWireFormat(event) {
110 const level = typeof event.level === 'string' ? event.level : undefined;

Callers 1

_setTimerMethod · 0.95

Calls 1

_shipMethod · 0.95

Tested by

no test coverage detected