nginx-binaries
Version:
A downloader for nginx and njs standalone binaries.
8 lines • 328 B
TypeScript
declare const logLevels: readonly ["debug", "info", "warn", "error"];
type Logger = Pick<Console, typeof logLevels[number]>;
/**
* Use the given logger. Undefined logging functions will be replaced with no-op.
*/
export declare function setLogger(logger: Partial<Logger>): void;
export {};
//# sourceMappingURL=logger.d.ts.map