Fix generation of core.BNLog
Most of the BNLog API methods are just variable length arguments of strings. BNLog also includes a `level` parameter, which causes a `TypeError` when `binaryninja.log.log(level, msg)` is called, because it is expecting all parameters to be strings. This PR fixes it so that `BNLog` is correctly generated. Note: I haven't actually tested this to verify `generator` still works, because my Makefile is messed up currently.
J
Josh Watson committed
0126fcabc9093644ba2109a041e113fdbd6d22ff
Parent: 182df81
Committed by Peter LaFosse <peter@vector35.com>
on 10/5/2018, 6:46:17 PM