MCPcopy
hub / github.com/unjs/consola / LogFn

Interface LogFn

src/consola.ts:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477export interface LogFn {
478 (message: InputLogObject | any, ...args: any[]): void;
479 raw: (...args: any[]) => void;
480}
481export type ConsolaInstance = Consola & Record<LogType, LogFn>;
482
483// Legacy support

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…