aboutsummaryrefslogtreecommitdiffstats
path: root/logger/loggers.go
Commit message (Collapse)AuthorAgeFilesLines
* 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