MCPcopy
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

1import * as tauriLog from '@tauri-apps/plugin-log';
2import { beforeEach, describe, expect, it, vi } from 'vitest';
3
4import { createPluginLogger, formatLogValue, Logger } from './logger';

Callers

nothing calls this directly

Calls 7

createPluginLoggerFunction · 0.90
formatLogValueFunction · 0.90
infoMethod · 0.80
traceMethod · 0.80
debugMethod · 0.80
warnMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected