ios - How to enable restkit logging in swift -


in ios can enable restkit logging with:

rklogconfigurebyname("restkit/network*", rklogleveltrace); 

but, can't find solution same in swift

here

 rklcl_configure_by_name("restkit/network", rklcl_vtrace.value);  rklcl_configure_by_name("restkit/objectmapping", rklcl_voff.value); 

Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -