MCPcopy
hub / github.com/NanmiCoder/MediaCrawler / LogEntry

Interface LogEntry

webui/src/types/crawler.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface LogEntry {
25 id: number
26 timestamp: string
27 level: 'info' | 'warning' | 'error' | 'success' | 'debug'
28 message: string
29}
30
31export interface DataFile {
32 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected