Skip to content
  • Jens Korinth's avatar
    Implement logging for Modules · 0e19c7ff
    Jens Korinth authored
    * implemented both hardware (runtime) logging and constructor logging
      (compile time)
    * mix-in trait Logging provides methods info, warn and error (and cinfo,
      cwarn, cerror resp. for constructor logging)
    * logging level is controlled by implicit Logging.Level, determined at
      each call, allows for selective logging
    0e19c7ff