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-25 14:52:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
p2p
/
log.go
8 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
initial commit
2015-10-25 18:21:51 -07:00
package
p2p
import
(
use tmlibs
2017-04-21 17:53:22 -04:00
"github.com/tendermint/tmlibs/logger"
initial commit
2015-10-25 18:21:51 -07:00
)
var
log
=
logger
.
New
(
"module"
,
"p2p"
)
Reference in New Issue
Copy Permalink