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

ZmqLogger: Add optional dumping to stderr #422

Merged
merged 5 commits into from
Oct 29, 2020

Commits on Feb 1, 2020

  1. ZmqLogger: Add optional dumping to stderr

    Add an openshot::Settings boolean `DEBUG_TO_STDERR`, which when
    set true will direct all AppendDebugMethod() messages to std::clog,
    in addition to (possibly) being sent over the ZeroMQ wire.
    ferdnyc committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    fc18366 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    48028ef View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    b3e5eec View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    e5e7b27 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    f55c563 View commit details
    Browse the repository at this point in the history