Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ logLevel
Function
logLevel
packages/effect/src/Config.ts:1458–1460 ·
view source on GitHub ↗
(name?: string)
Source
from the content-addressed store, hash-verified
1456
* @since 2.0.0
1457
*/
1458
export
function
logLevel(name?: string) {
1459
return
schema(LogLevel, name)
1460
}
1461
1462
/**
1463
* Creates a config
for
a redacted string value. The parsed result is wrapped
Callers
nothing calls this directly
Calls
1
schema
Function · 0.70
Tested by
no test coverage detected