Skip to content

Commit

Permalink
Fixed outdated LogOutput documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bungeefan committed Nov 16, 2024
1 parent 0a13268 commit 2163a08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,12 @@ class ConsoleOutput extends LogOutput {
}
```

Possible future `LogOutput`s could send to a file, firebase or to Logcat. Feel free to open pull
Other provided `LogOutput`s are:

* `FileOutput`/`AdvancedFileOutput`
* `StreamOutput`

Possible future `LogOutput`s could send to Firebase or to Logcat. Feel free to open pull
requests.

# Acknowledgments
Expand Down

0 comments on commit 2163a08

Please sign in to comment.