Skip to content

Commit 2163a08

Browse files
committed
Fixed outdated LogOutput documentation
1 parent 0a13268 commit 2163a08

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,12 @@ class ConsoleOutput extends LogOutput {
175175
}
176176
```
177177

178-
Possible future `LogOutput`s could send to a file, firebase or to Logcat. Feel free to open pull
178+
Other provided `LogOutput`s are:
179+
180+
* `FileOutput`/`AdvancedFileOutput`
181+
* `StreamOutput`
182+
183+
Possible future `LogOutput`s could send to Firebase or to Logcat. Feel free to open pull
179184
requests.
180185

181186
# Acknowledgments

0 commit comments

Comments
 (0)