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