Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datalust/seq-logging
/ makeTestEvent
Function
makeTestEvent
test/seq_logger_tests.js:173–181 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
function
makeTestEvent() {
174
return
{
175
level:
"Error"
,
176
timestamp:
new
Date(),
177
messageTemplate:
'Hello!'
,
178
exception:
"Some error at some file on some line"
,
179
properties: {
"a"
: 1 }
180
};
181
}
182
Callers
1
seq_logger_tests.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected