Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | fix ethtest logging | zelig | 2015-03-24 | 1 | -6/+6 |
| | |||||
* | independent flag for json structured logging | zelig | 2015-03-22 | 1 | -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 #538 | Taylor Gerring | 2015-03-21 | 1 | -0/+24 |
| | |||||
* | Split file cleanup | Taylor Gerring | 2015-01-22 | 1 | -0/+8 |
| | |||||
* | Add rawLogSystem | Taylor Gerring | 2015-01-22 | 1 | -0/+24 |
| | |||||
* | Split into multiple files | Taylor Gerring | 2015-01-22 | 1 | -0/+31 |