<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ICombinedPrinter](./case-boundary.icombinedprinter.md)

## ICombinedPrinter interface

A convenience interface that combines result printing and log printing

**Signature:**

```typescript
export interface ICombinedPrinter extends IResultPrinter, ILogPrinter
```

**Extends:** [IResultPrinter](./case-boundary.iresultprinter.md)<!-- -->, [ILogPrinter](./case-boundary.ilogprinter.md)
