When logging wx assertions, include the stack trace, stripping the final frame (our WX log adapter).
* logHandler.Log._log and friends now takes an optional skip_frames=n keyword argument to skip n extra frames when calculating a stack trace or the code path.