We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0786f88 commit 513c5daCopy full SHA for 513c5da
src/AudioTools/CoreAudio/AudioStreams.h
@@ -697,6 +697,11 @@ class MeasuringStream : public ModifyingStream {
697
p_logout = logOut;
698
}
699
700
+ /// Defines the logging output
701
+ void setLogOutput(Print &out){
702
+ p_logout = &out;
703
+ }
704
+
705
/// Defines/Changes the input & output
706
void setStream(Stream& io) override {
707
p_print = &io;
0 commit comments