From 1e5c432e1029601a664454388ae366ef69618d62 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 25 Jun 2018 12:33:13 -0700 Subject: MM-10702 Moving plugins to use hashicorp go-plugin. (#8978) * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback. --- mlog/log.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mlog') diff --git a/mlog/log.go b/mlog/log.go index c3261459b..780e1ad57 100644 --- a/mlog/log.go +++ b/mlog/log.go @@ -28,9 +28,11 @@ type Field = zapcore.Field var Int64 = zap.Int64 var Int = zap.Int +var Uint32 = zap.Uint32 var String = zap.String var Any = zap.Any var Err = zap.Error +var Bool = zap.Bool type LoggerConfiguration struct { EnableConsole bool -- cgit v1.2.3-1-g7c22