Re: Logging (again!)

2018-07-06 Thread Kevin Townsend
+1 ... this all seems very reasonable to me. The lower the learning curve to get started the better, and most people have simple logging needs to get started. On Fri, 6 Jul 2018 at 00:18, Christopher Collins wrote: > Hello all, > > My logging obsession continues. I have submitted a giant PR >

Re: Logging (again!)

2018-07-06 Thread will sanfilippo
+1 This all seems quite reasonable to me. > On Jul 5, 2018, at 3:18 PM, Christopher Collins wrote: > > Hello all, > > My logging obsession continues. I have submitted a giant PR > (https://github.com/apache/mynewt-core/pull/1249) which changes all > existing packages to use the modlog

Logging (again!)

2018-07-05 Thread Christopher Collins
Hello all, My logging obsession continues. I have submitted a giant PR (https://github.com/apache/mynewt-core/pull/1249) which changes all existing packages to use the modlog facility rather than directly call into the `sys/log` API. I think this is the right direction, but it is a somewhat