Semantic Logger v2.19.0 Release Notes

  • ๐Ÿ”„ Changed

    • SemanticLogger::Loggable
      • Add support for inheritance hierarchies so that adding to a base class will result in each child class logging with its own class name instead of the parents logger.
    • ๐Ÿ’Ž Switch from thread_safe gem to concurrent-ruby gem dependency.

    โœ‚ Removed

    • SemanticLogger::Logger#formatter

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ Handle when Awesome Print fails to render Hash output.