Another logging post (external)

2017-11-08 Thread Matt Sicker
Saw this post about logging in C, though the article doesn't really have any C-specific things in it. https://dev.to/grhegde09/logging-done-right-makes-your-life-bright -- Matt Sicker

Re: How to compile log4cxx for libc++

2017-11-08 Thread Robert Middleton
Have you compiled it with the autotools package at all? I *think* that all you have to do is when you do the ./configure, you can do it like the following: CC=clang ./configure and it will use clang instead of gcc. -Robert Middleton On Tue, Nov 7, 2017 at 5:51 AM, miguel angel rodriguez wrote