Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datalust/seq-logging
/ functions
Functions
26 in github.com/datalust/seq-logging
⨍
Functions
26
◇
Types & classes
9
↓ 13 callers
Method
emit
* Enqueue an event in Seq format. * @param {*} event * @returns {void}
seq_logger.js:71
↓ 9 callers
Method
close
* Flush then destroy connections, close the logger, destroying timers and other resources. * @returns {Promise<void>}
seq_logger.js:56
↓ 6 callers
Method
flush
* Flush events queued at the time of the call, and wait for pending writes to complete regardless of configured batching/timers. * @returns {
seq_logger.js:48
↓ 6 callers
Function
makeTestEvent
()
test/seq_logger_tests.js:173
↓ 5 callers
Method
_clearTimer
()
seq_logger.js:96
↓ 3 callers
Function
isValue
(obj)
seq_logger.js:294
↓ 2 callers
Method
_reset
(shipper)
seq_logger.js:141
↓ 2 callers
Method
_sendBatch
()
seq_logger.js:180
↓ 2 callers
Method
_setTimer
()
seq_logger.js:85
↓ 2 callers
Method
_ship
* * @returns {Promise<boolean>}
seq_logger.js:154
↓ 2 callers
Function
setStatus
(message)
example/browser/src/status.js:9
↓ 1 callers
Method
_dequeBatch
()
seq_logger.js:190
↓ 1 callers
Method
_eventTooLargeErrorEvent
(event)
seq_logger.js:128
↓ 1 callers
Method
_httpOrNetworkError
(res)
seq_logger.js:235
↓ 1 callers
Method
_onTimer
()
seq_logger.js:103
↓ 1 callers
Method
_post
(batch, bytes)
seq_logger.js:240
↓ 1 callers
Method
_toWireFormat
(event)
seq_logger.js:109
↓ 1 callers
Function
removeCirculars
(obj, branch = new Map(), path = "root")
seq_logger.js:300
↓ 1 callers
Function
sayHello
(times)
example/example_async.js:13
Function
DefineLogger
(safeGlobalBlob, safeGlobalFetch, safeGlobalAbortController)
seq_logger.js:3
Method
constructor
(config)
seq_logger.js:9
Method
constructor
(port)
test/seq_logger_tests.js:157
Method
more
seq_logger.js:162
Function
sayHello
()
example/example.js:11
Method
sendRequest
(batch, bytes)
seq_logger.js:244
Function
setupNodeEvents
(on, config)
example/browser/cypress.config.js:6