aboutsummaryrefslogtreecommitdiffstats
path: root/ethlog/README.md
Commit message (Collapse)AuthorAgeFilesLines
* update doc: list levels and show usage of named print methodszelig2014-06-251-0/+4
|
* refactor logging. Details:zelig2014-06-231-0/+58
- packages use tagged logger sending log messages to shared (process-wide) logging engine - log writers (interface ethlog.LogSystem) can be added to the logging engine by wrappers/guis/clients - shared logging engine dispatching to multiple log systems - log level can be set separately per log system - async logging thread: logging IO does not block main thread - log messages are synchronously stringified to avoid incorrectly logging of changed states - README.md - loggers_test