Skip to content

PropertyLogger

[Source]

Receives log messages from property-based tests.

interface val PropertyLogger

Public Functions

log

[Source]

Log a message during property execution.

fun box log(
  msg: String val,
  verbose: Bool val = false)
: None val

Parameters

Returns