Files
logger/README.md
Tristan Ancelet 172e7e7521 Committing changes
2026-03-31 10:25:36 -05:00

495 B

logger

This is a logging library that utilizes crystal macros for appending codebase metadata (Class & Calling function) into the log string for easier debugging

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      logger:
        git: https://git.arcanium.tech/tristan/logger
    
  2. Run shards install

Usage

require "logger"

Contributors