Semantic Logger v3.2.0 Release Notes

Release Date: 2016-03-02 // about 8 years ago
  • โž• Added

    • ๐Ÿ†• New Honeybadger appender, care of Chris Lamb.
      • Send log messages to Honeybadger.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade native Splunk appender to current API.
    • Cleanup appenders and use should_log?.
    • ๐Ÿšš Moved Thread specific logging methods to global SemanticLogger namespace.
      • SemanticLogger.tagged
      • SemanticLogger.tags
      • SemanticLogger.push_tags
      • SemanticLogger.pop_tags
      • SemanticLogger.fast_tag
    • SemanticLogger.on_metric now takes in addition to a Proc, an object that responds to #call, or a Symbol naming a builtin metrics appender.
      • For example: :new_relic, statsd

    โœ‚ Removed

    • โœ‚ Removed deprecated methods:
      • SemanticLogger::Logger.appenders
      • SemanticLogger::Logger.cache_count