Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ logger.test.ts
File
logger.test.ts
packages/player/src/services/logger.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as tauriLog from
'@tauri-apps/plugin-log'
;
2
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
;
3
4
import
{ createPluginLogger, formatLogValue, Logger } from
'./logger'
;
Callers
nothing calls this directly
Calls
7
createPluginLogger
Function · 0.90
formatLogValue
Function · 0.90
info
Method · 0.80
trace
Method · 0.80
debug
Method · 0.80
warn
Method · 0.80
error
Method · 0.80
Tested by
no test coverage detected