logger

Version, currently 1.0.23 versions

github.com/84codes/logger.cr

Crystal's Logger class revived

1 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  logger:
    github: 84codes/logger.cr
    version: ~> 1.0.2

Then run:

shards install

shard.yml

Crystal
>=0.35.0
License
MIT
Author
84codes Team

Dependencies

This version declares no dependencies.

README

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"