Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 301 Bytes

Logger

Fork of the Logger class from the stdlib but without the deprecation notices.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      logger:
        github: 84codes/logger.cr
  2. Run shards install

Usage

require "logger"