Skip to content

Commit 513c5da

Browse files
committed
MeasuringStream: setLogOutput
1 parent 0786f88 commit 513c5da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AudioTools/CoreAudio/AudioStreams.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,11 @@ class MeasuringStream : public ModifyingStream {
697697
p_logout = logOut;
698698
}
699699

700+
/// Defines the logging output
701+
void setLogOutput(Print &out){
702+
p_logout = &out;
703+
}
704+
700705
/// Defines/Changes the input & output
701706
void setStream(Stream& io) override {
702707
p_print = &io;

0 commit comments

Comments
 (0)