UNPKG

logkitten

Version:

Stream Android and iOS logs without Android Studio or Console.app, with programmatic Node.js API for log analysis.

9 lines 203 B
export declare enum Priority { Debug = 10, Info = 20, Default = 30, Error = 50, Fault = 60 } export type PriorityNames = keyof typeof Priority; //# sourceMappingURL=constants.d.ts.map