Skip to content

Commit cb57faf

Browse files
committed
README
1 parent 1dc7b7e commit cb57faf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ The application uses a built in logger: By default we use the log level warning
7474
```C++
7575
AudioToolsLogger.begin(Serial, AudioToolsLogLevel::Debug);
7676
```
77-
78-
Valid values are: Debug, Info, Warning, Error.
77+
You can log to any object that is a subclass of Print and valid log level values are: Debug, Info, Warning, Error.
7978

8079

8180
You can also deactivate the logging by changing USE_AUDIO_LOGGING to false in the AudioConfig.h to decrease the memory usage:

0 commit comments

Comments
 (0)