Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanagoyal/docbase
/ client-logger.ts
File
client-logger.ts
lib/client-logger.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
type
LogLevel =
'debug'
|
'info'
|
'warn'
|
'error'
2
3
const
getLogLevel = (): LogLevel => {
4
if
(typeof window !==
'undefined'
) {
Callers
nothing calls this directly
Calls
1
createClientLogger
Function · 0.85
Tested by
no test coverage detected