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
/
node
/
log.go
8 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
RPC refactor to separate core from core_client and the rest of RPC. Other random changes.
2015-04-07 11:44:25 -07:00
package
node
bug fixes in binary
2014-07-08 15:33:26 -07:00
import
(
Refactor to move common libraries out of project
2015-10-22 17:39:06 -07:00
"github.com/tendermint/go-logger"
bug fixes in binary
2014-07-08 15:33:26 -07:00
)
RPC refactor to separate core from core_client and the rest of RPC. Other random changes.
2015-04-07 11:44:25 -07:00
var
log
=
logger
.
New
(
"module"
,
"node"
)
Reference in New Issue
Copy Permalink