aboutsummaryrefslogtreecommitdiffstats
path: root/logger/logsystem.go
Commit message (Collapse)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* fix ethtest loggingzelig2015-03-241-6/+6
|
* independent flag for json structured loggingzelig2015-03-221-44/+17
| | | | | | | | | | | | | - 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/+24
|
* Split file cleanupTaylor Gerring2015-01-221-0/+8
|
* Add rawLogSystemTaylor Gerring2015-01-221-0/+24
|
* Split into multiple filesTaylor Gerring2015-01-221-0/+31