Module bitcoin_test::debug_log_helper
source · Type Definitions
- | Custom match checking function. | | Invoked with pointers to lines containing | matching strings, and with null if check_found() | is called without any successful match. | | - Can return true to enable default DebugLogHelper | behavior of: | | - (1) ending search after first successful | match, and | | - (2) raising an error in check_found | if no match was found | | - Can return false to do the opposite | in either case. |