Open GoogleCodeExporter opened 8 years ago
Does your program calls google::InitGoogleLogging() ?
Original comment by shinichi...@gmail.com
on 18 Apr 2012 at 3:48
yes, I use both
google::InitGoogleLogging(argv[0]);
google::SetLogDestination(google::INFO,
"/home/leon_usr/A1497_GDB/log/log.INFO");
but no file is created, neither in default directory (/tmp I suppose)
Original comment by cinquepa...@gmail.com
on 18 Apr 2012 at 3:52
GLOG_log_dir flag doesn't make any change...
Original comment by cinquepa...@gmail.com
on 18 Apr 2012 at 4:00
Is the log folder (in your case /home/leon_usr/A1497_GDB/log/) already present?
If it isn't, glog won't create it.
Original comment by kikijiki...@gmail.com
on 14 Oct 2012 at 12:16
Original issue reported on code.google.com by
cinquepa...@gmail.com
on 18 Apr 2012 at 3:46