Open
Description
I thought the DemuxLogger was alone in its class.
but there exists at least one other.
The FailoverLogger
which is kind of like a DemuxLogger
,
but instead of writing to all of its child loggers,
it tries to write to the first, then if an error is thrown,
tries the second,
and so forth.
See Go's Log15 library:
Metadata
Metadata
Assignees
Labels
No labels