UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

8 lines 392 B
import { Configuration } from "@atomist/automation-client"; import { ProgressLogFactory } from "@atomist/sdm"; /** * Create a progress log that will use Rolar logging service if available, * otherwise falling back to logging. */ export declare function rolarAndDashboardLogFactory(configuration: Configuration): ProgressLogFactory; //# sourceMappingURL=rolarAndDashboardLogFactory.d.ts.map