UNPKG

490 BTypeScriptView Raw
1import { ProgressLogFactory } from "@atomist/sdm/spi/log/ProgressLog";
2/**
3 * Create a progress log that will use Rolar logging service if available,
4 * otherwise falling back to logging.
5 * @param {string} rolarBaseUrl
6 * @param {string} dashboardBaseUrl
7 * @return {ProgressLogFactory}
8 */
9export declare function rolarAndDashboardLogFactory(rolarBaseUrl?: string, bufferSize?: number, flushInterval?: number): ProgressLogFactory;
10//# sourceMappingURL=rolarAndDashboardLogFactory.d.ts.map
\No newline at end of file