Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/winstonjs/winston
/ get
Function
get
lib/winston.js:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
*/
118
Object.defineProperty(exports,
'level'
, {
119
get() {
120
return
defaultLogger.level;
121
},
122
set(val) {
123
defaultLogger.level = val;
124
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected