[ox] Add gdblogger integration

This commit is contained in:
2018-10-21 07:20:49 -05:00
parent 4b70330710
commit f21cb465e6
3 changed files with 54 additions and 7 deletions

12
deps/ox/.gdblogger.json vendored Normal file
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"
}
]
}