File: log.go

package info (click to toggle)
abci 0.0~git20170124.0.f94ae5e-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 432 kB
  • sloc: python: 724; sh: 56; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
7
package abcicli

import (
	"github.com/tendermint/go-logger"
)

var log = logger.New("module", "abcicli")