UNPKG

logkitten

Version:

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

11 lines 207 B
export declare enum Priority { V = 10, D = 20, I = 30, W = 40, E = 50, F = 60, S = 70 } export type PriorityLetter = keyof typeof Priority; //# sourceMappingURL=constants.d.ts.map