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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info logging via callback to C api. #12537

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 15, 2024

  1. Add info logging via callback to C api.

    Summary:
    Adds a very minimal derive of Logger around a C callback useful for FFI
    interfaces from other languages to integrate infolog.
    
    The infolog capabilities for C embeddings are quite spartan. LOG files were
    generated involuntarily until redirection to stderr was added by facebook#12262;
    still insufficient for apps which cannot tolerate pollution of their stdio
    and tend to have existing logging frameworks to tie into for that.
    
    Signed-off-by: Jason Volk <jason@zemos.net>
    jevolk committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    78ff8f2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'main' into main

    cbi42 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    811f277 View commit details
    Browse the repository at this point in the history