package masterlog var levelNames = map[Level]string{ LevelTrace: "TRC", LevelDebug: "DBG", LevelInfo: "INF", LevelWarn: "WRN", LevelError: "ERR", }