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

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

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