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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -