aboutsummaryrefslogtreecommitdiffstats
path: root/logger/loggers.go
Commit message (Collapse)AuthorAgeFilesLines
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-149/+0
|
* 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
|
* independent flag for json structured loggingzelig2015-03-221-4/+3
| | | | | | | | | | | | | - 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
* export Sendln/Sendf in loggerzelig2015-02-251-14/+14
|
* Move standard fields to LogEventTaylor Gerring2015-02-121-2/+4
|
* Move event names within each objectTaylor Gerring2015-02-111-1/+2
|
* Use strongly-typed objectsTaylor Gerring2015-02-111-13/+4
|
* Rename jsonlogger methodTaylor Gerring2015-01-221-1/+1
|
* Add JsonLogger typeTaylor Gerring2015-01-221-0/+26
|
* Split file cleanupTaylor Gerring2015-01-221-13/+0
|
* Add JsonLevel log levelTaylor Gerring2015-01-221-1/+2
|
* Split into multiple filesTaylor Gerring2015-01-221-122/+0
|
* ethlog => loggerobscuren2014-10-311-0/+248