UNPKG

559 BTypeScriptView Raw
1import { InterpretLog } from "../../spi/log/InterpretedLog";
2/**
3 * Generally useful InterpretLog that takes the last n logs of the log
4 * @param {string} message
5 * @param lines number of lines to take
6 * @return {InterpretLog}
7 */
8export declare function lastLinesLogInterpreter(message: string, lines?: number): InterpretLog;
9/**
10 * Use when we don't want to report the log to the user under
11 * any circumstances
12 * @return {InterpretedLog}
13 * @constructor
14 */
15export declare const LogSuppressor: InterpretLog;
16//# sourceMappingURL=logInterpreters.d.ts.map
\No newline at end of file