aboutsummaryrefslogtreecommitdiffstats
path: root/logger/log.go
Commit message (Collapse)AuthorAgeFilesLines
* independent flag for json structured loggingzelig2015-03-221-8/+16
| | | | | | | | | | | | | - logjson flag remove logformat flag - passed to eth Config - logsystem not a field of Ethereum - LogSystem does not need to expose GetLogLevel/SetLogLevel - message struct just implements more generic LogMsg interface - LogMsg is a fmt.Stringer with Level() - jsonMsg ([]byte) implements LogMsg - remove "raw" systems - move level logic inside StdLogSystem - logsystems only print their kind of msg: jsonLogSystem prints jsonMsg, StdLogSystem prints stdMsg
* Add json LogSystem #538Taylor Gerring2015-03-211-0/+2
|
* Moved ethutil => commonobscuren2015-03-161-2/+2
|
* Add LogFormat flagTaylor Gerring2015-01-221-2/+8
|
* Cleaned up some of that utilobscuren2015-01-041-0/+33