This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
tendermint
Watch
1
Star
0
Fork
0
You've already forked tendermint
mirror of
https://github.com/fluencelabs/tendermint
synced
2025-04-26 07:12:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
cmd
/
log.go
8 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
bug fixes in binary
2014-07-08 15:33:26 -07:00
package
main
import
(
replace logger with go-logging
2014-07-14 16:15:13 -07:00
"github.com/op/go-logging"
bug fixes in binary
2014-07-08 15:33:26 -07:00
)
replace logger with go-logging
2014-07-14 16:15:13 -07:00
var
log
=
logging
.
MustGetLogger
(
"main"
)
Reference in New Issue
Copy Permalink