UNPKG

typescript-logging

Version:

Library for logging, written in typescript, can be used by normal es5+ javascript as well.

12 lines (8 loc) 167 B
/** * Change log level for a category. */ export interface ExtensionRequestChangeLogLevelJSON { categoryId: number; logLevel: string; recursive: boolean; }