{
    "Function": "console2_log_StdUtils",
    "File": "contracts/src/vendor/forge-std/src/StdUtils.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encodeWithSignature()",
        "_sendLogPayload"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function console2_log_StdUtils(string memory p0, string memory p1) private pure {\n        _sendLogPayload(abi.encodeWithSignature(\"log(string,string)\", p0, p1));\n    }"
}