Add json LogSystem #538
This commit is contained in:
@ -76,8 +76,7 @@ func dispatchLoop() {
|
||||
func sysLoop(sys LogSystem, in <-chan message, wg *sync.WaitGroup) {
|
||||
for msg := range in {
|
||||
switch sys.(type) {
|
||||
case *rawLogSystem:
|
||||
// This is a semantic hack since rawLogSystem has little to do with JsonLevel
|
||||
case *jsonLogSystem:
|
||||
if msg.level == JsonLevel {
|
||||
sys.LogPrint(msg.level, msg.msg)
|
||||
}
|
||||
|
Reference in New Issue
Block a user