Commit Graph

11 Commits

Author SHA1 Message Date
78cff9e3a4 independent flag for json structured logging
- 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
2015-03-22 02:16:54 +00:00
cdc86965cb export Sendln/Sendf in logger 2015-02-25 20:04:51 +07:00
db24fb792c Move standard fields to LogEvent 2015-02-11 18:49:00 +01:00
3d6fd601c5 Move event names within each object 2015-02-11 12:45:41 +01:00
d53e5646ec Use strongly-typed objects 2015-02-10 19:21:13 +01:00
0aa76d3e5b Rename jsonlogger method 2015-01-21 11:45:30 -06:00
1077109e11 Add JsonLogger type 2015-01-21 10:57:29 -06:00
ed7d7b405e Split file cleanup 2015-01-21 10:26:54 -06:00
41d80ba17b Add JsonLevel log level 2015-01-21 10:18:46 -06:00
7f9c335487 Split into multiple files 2015-01-21 10:04:11 -06:00
b1c247231b ethlog => logger 2014-10-31 12:56:05 +01:00