You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/07/11 21:57:33 UTC

[mynewt-core] 01/01: Merge pull request #1246 from ccollins476ad/log-common

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 2142043a4442670da341c98fd304eaf69527cddd
Merge: 1c238e7 780774b
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Jul 11 14:57:30 2018 -0700

    Merge pull request #1246 from ccollins476ad/log-common
    
    sys/log/common: Package for common log API

 .../log => common/include/log_common}/ignore.h     |   0
 sys/log/common/include/log_common/log_common.h     | 111 +++++++++++++++++++++
 sys/log/{stub => common}/pkg.yml                   |   8 +-
 sys/log/full/include/log/ignore.h                  |  64 ------------
 sys/log/full/include/log/log.h                     |  77 +-------------
 sys/log/full/pkg.yml                               |   1 +
 sys/log/stub/include/log/log.h                     |  24 +----
 sys/log/stub/pkg.yml                               |   2 +
 sys/log/stub/src/log.c                             |  23 +++++
 9 files changed, 141 insertions(+), 169 deletions(-)