aboutsummaryrefslogtreecommitdiffstats
path: root/logger/sys.go
Commit message (Collapse)AuthorAgeFilesLines
* independent flag for json structured loggingzelig2015-03-221-15/+30
| | | | | | | | | | | | | - 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-2/+1
|
* Check LogSystem typeTaylor Gerring2015-01-221-2/+10
|
* Split file cleanupTaylor Gerring2015-01-221-0/+5
|
* Split into multiple filesTaylor Gerring2015-01-221-0/+99