[ox] Add gdblogger integration

(synced from f21cb465e6)
This commit is contained in:
2018-10-21 07:20:49 -05:00
parent 8332b141c2
commit 0ecd5d6aff
3 changed files with 54 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"log_functions": [
{
"function": "ox::trace::gdblogger::captureLogFunc",
"ignore_frames": 3,
"file_var": "file",
"line_var": "line",
"channel_var": "ch",
"msg_var": "msg"
}
]
}