Click or drag to resize
Akka.NETTestKitSettingsLogTestKitCalls Property
If set to true calls to testkit will be logged. This is enabled by setting the configuration value "akka.test.testkit.debug" to a true.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool LogTestKitCalls { get; }

Property Value

Type: Boolean
See Also