logger: support forking of outlets

refs #10
This commit is contained in:
Christian Schwarz
2017-12-23 00:55:02 +01:00
parent 583a63a68f
commit 261d095108
3 changed files with 53 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
type LoggingConfig struct {
Outlets logger.Outlets
Outlets *logger.Outlets
}
type MetadataFlags int64