aboutsummaryrefslogtreecommitdiffstats
path: root/logger/loggers_test.go
Commit message (Collapse)AuthorAgeFilesLines
* independent flag for json structured loggingzelig2015-03-221-4/+6
| | | | | | | | | | | | | - 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
* ethlog => loggerobscuren2014-10-311-0/+174