Skip to content

84codes/logger.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"