UNPKG

289 BTypeScriptView Raw
1import type { Logger } from "pino";
2import type { DeprecatedLogger } from "../types";
3/**
4 * `probot.log()`, `app.log()` and `context.log()` are aliasing `.log.info()`.
5 * We will probably remove the aliasing in future.
6 */
7export declare function aliasLog(log: Logger): DeprecatedLogger;