log.go 182 B

1234567
  1. package arbitrage
  2. import "github.com/ethereum/go-ethereum/log"
  3. func HistoryLog(msg string, ctx ...interface{}) {
  4. log.Info("~~~~~~~~~~~~~~HistoryLog~~~~~~~~~~~~~~ ", msg, ctx)
  5. }