Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | independent flag for json structured logging | zelig | 2015-03-22 | 1 | -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 logger | zelig | 2015-02-25 | 1 | -14/+14 |
| | |||||
* | Move standard fields to LogEvent | Taylor Gerring | 2015-02-12 | 1 | -2/+4 |
| | |||||
* | Move event names within each object | Taylor Gerring | 2015-02-11 | 1 | -1/+2 |
| | |||||
* | Use strongly-typed objects | Taylor Gerring | 2015-02-11 | 1 | -13/+4 |
| | |||||
* | Rename jsonlogger method | Taylor Gerring | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | Add JsonLogger type | Taylor Gerring | 2015-01-22 | 1 | -0/+26 |
| | |||||
* | Split file cleanup | Taylor Gerring | 2015-01-22 | 1 | -13/+0 |
| | |||||
* | Add JsonLevel log level | Taylor Gerring | 2015-01-22 | 1 | -1/+2 |
| | |||||
* | Split into multiple files | Taylor Gerring | 2015-01-22 | 1 | -122/+0 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -0/+248 |