mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 13:41:24 +00:00
5 lines
113 B
Go
5 lines
113 B
Go
|
package log
|
||
|
|
||
|
// WriterGroup is the global writer group for logs to output to
|
||
|
var WriterGroup = NewMirrorWriter()
|