graphql_get_debug_log
do_action( 'graphql_get_debug_log', $this );
Init the debug logger
- Type: action
- Group: Debugging and Instrumentation
- Since: 0.0.5
- Source File:
plugins/wp-graphql/src/Utils/DebugLog.php
Parameters
$instance(\WPGraphQL\Utils\DebugLog): The DebugLog instance
Source
do_action( 'graphql_get_debug_log', $this );
Related
DebugLog::get_logs()inplugins/wp-graphql/src/Utils/DebugLog.php:128