/share/twn_api.json: add new logging funcs
This commit is contained in:
@ -349,6 +349,26 @@
|
|||||||
"restriction": "parameters"
|
"restriction": "parameters"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"log_string": {
|
||||||
|
"module": "util",
|
||||||
|
"symbol": "log_string",
|
||||||
|
"header": "twn_util.h",
|
||||||
|
"params": [
|
||||||
|
{ "name": "value", "type": "char *" },
|
||||||
|
{ "name": "identity", "type": "char *", "default": {} }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
"log_float": {
|
||||||
|
"module": "util",
|
||||||
|
"symbol": "log_float",
|
||||||
|
"header": "twn_util.h",
|
||||||
|
"params": [
|
||||||
|
{ "name": "value", "type": "float" },
|
||||||
|
{ "name": "identity", "type": "char *", "default": {} }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
"log_vec2": {
|
"log_vec2": {
|
||||||
"module": "util",
|
"module": "util",
|
||||||
"symbol": "log_vec2",
|
"symbol": "log_vec2",
|
||||||
|
Reference in New Issue
Block a user