| TestKitSettingsLogTestKitCalls 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.129 (1.2.3.129)
Syntax public bool LogTestKitCalls { get; }
member LogTestKitCalls : bool with get
Property Value
Type:
BooleanSee Also