ios - Objective-c: asl_log alternatives -


i'm trying implement gtmlogger i'm getting deprecated api in following lines:

client_ = asl_open(null, [facility utf8string], 0); if (client_ != null) asl_close(client_); asl_log(client_, null, level, "%s", [msg utf8string]); 

all regarding asl. of knows , asl or how work gtmlogger ?

i'll appreciate help.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -