forked from xDimon/soralog
-
Notifications
You must be signed in to change notification settings - Fork 1
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 sink to output to stderr #14
Comments
Merged
Will be resolved when #20 be merged |
xDimon
added a commit
that referenced
this issue
Jan 10, 2025
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> (cherry picked from commit 4dd3122)
xDimon
added a commit
that referenced
this issue
Jan 13, 2025
* Feature: vcpkg compatibility (#14) Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> (cherry picked from commit 4dd3122) * Fix: vcpkg compatibility (#15) * feature: testing as vcpkg feature Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: vcpkg compatibility Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: c++ standard over vcpkg Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: CI Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: coverage Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: hunter Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: use CLT in macos Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: c++ standard and toolchain file Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> --------- Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> (cherry picked from commit c13d77d) * feature: use yaml-node as source of configurator Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * empty --------- Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some environments, e. g. tests written with Google Test, it would be great to be able to easily redirect logs to stderr, as stdout is not available. It can be done by either allowing to set the stream for the console sink or by adding a specific sink for this purpose.
The text was updated successfully, but these errors were encountered: