good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jun 23, 2014
    • Viktor Trón's avatar
      modified logging API · b9e8a3e0
      Viktor Trón authored
      - package vars for tagged loggers
      - weed out spurious fmt.PrintX and log.PrintX logging
      - tried to second guess loglevel for some :)
      b9e8a3e0
    • Viktor Trón's avatar
      refactor logging. Details: · 8e9cc369
      Viktor Trón 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
  2. Jun 19, 2014
  3. Jun 18, 2014
  4. Jun 17, 2014
  5. Jun 16, 2014
Loading