crylog v0.1.1 Release Notes

Release Date: 2019-06-07 // almost 5 years ago
  • ๐Ÿ†• New Features

    Formatters

    • โž• Add a formatter that converters the message to a JSON string.

    ๐Ÿ› Bug Fixes

    Logger

    • โœ‚ Remove type restriction on log methods and just call to_s on the message.
      • Allows logging colorized strings, numbers, etc.