Skip to main content
Version: Current

LoggerDifferentialTckOptions

@rotorsoft/act-root


@rotorsoft/act-root / act-tck/src / LoggerDifferentialTckOptions

Type Alias: LoggerDifferentialTckOptions

LoggerDifferentialTckOptions = object

Defined in: libs/act-tck/src/logger-differential-tck.ts:24

Options for runLoggerDifferentialTck.

Propertiesโ€‹

loggersโ€‹

readonly loggers: ReadonlyArray<DifferentialLogger>

Defined in: libs/act-tck/src/logger-differential-tck.ts:32

Two or more loggers to drive in lockstep and compare. The first entry is the reference; every other logger must uphold the same portable observable contract under the identical call sequence.


nameโ€‹

readonly name: string

Defined in: libs/act-tck/src/logger-differential-tck.ts:26

Display name for the differential suite.