Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a logging framework #67

Merged
merged 3 commits into from
Dec 20, 2018
Merged

Add a logging framework #67

merged 3 commits into from
Dec 20, 2018

Commits on Dec 20, 2018

  1. Add compiler dependent macros for thread_local

    Also add stdc-predef.h because __STDC_NO_THREADS__ is defined there.
    
    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    4040ad2 View commit details
    Browse the repository at this point in the history
  2. Add a simple logging framework

    It's not very pretty now, but it will get better.
    
    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1bcd7f2 View commit details
    Browse the repository at this point in the history
  3. Add command line and config file option log-level

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d9409ae View commit details
    Browse the repository at this point in the history