Explorar el Código

added package logger

leonsal hace 8 años
padre
commit
585686afae
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      window/logger.go

+ 12 - 0
window/logger.go

@@ -0,0 +1,12 @@
+// Copyright 2016 The G3N Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package window
+
+import (
+	"github.com/g3n/engine/util/logger"
+)
+
+// Package logger
+var log = logger.New("WIN", logger.Default)