• zelig's avatar
    refactor logging. Details: · 8e9cc369
    zelig authored
    - 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
    8e9cc369
Name
Last commit
Last update
ethchain Loading commit data...
ethdb Loading commit data...
ethlog Loading commit data...
ethminer Loading commit data...
ethpub Loading commit data...
ethrpc Loading commit data...
ethutil Loading commit data...
ethwire Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
ethereum.go Loading commit data...
nat.go Loading commit data...
natpmp.go Loading commit data...
natupnp.go Loading commit data...
peer.go Loading commit data...