Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ warn
Method
warn
packages/sync/src/types.ts:147–147 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
145
export
interface
SyncLogger {
146
info(message: string): void
147
warn(message: string): void
148
error(message: string, err?: unknown): void
149
}
150
Callers
15
registerNlpRoutes
Function · 0.65
registerLogRoutes
Function · 0.65
executePullSession
Method · 0.65
loadAll
Method · 0.65
applyPendingDataDirMigration
Function · 0.65
migrateToUnifiedDirs
Function · 0.65
verifyDataPath
Function · 0.65
constructor
Method · 0.65
init
Method · 0.65
startInternalServer
Function · 0.65
logger.ts
File · 0.65
resolveModelDownloadProxyUrl
Function · 0.65
Implementers
2
AppLogger
packages/node-runtime/src/logging/app-
AiLogger
packages/node-runtime/src/ai/ai-logger
Calls
no outgoing calls
Tested by
no test coverage detected