mcp-cisco-support
Version:
MCP server for Cisco Support APIs including Bug Search and future tools
8 lines • 309 B
TypeScript
export interface Logger {
info: (message: string, data?: any) => void;
error: (message: string, data?: any) => void;
warn: (message: string, data?: any) => void;
}
export declare const logger: Logger;
export declare function setLogging(enabled: boolean): void;
//# sourceMappingURL=logger.d.ts.map