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
Post a Comment