Log API should support multiple Stream outputs. #65
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Cytoplasm#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to be able to output to stdout and a log file, or indeed any number of arbitrary streams (perhaps even a TCP connection). It looks like #48 was a start, but it doesn't support arbitrary streams. We should probably make the
LogConfig
have anArray
of streams.