Tristan Ancelet 172e7e7521 Committing changes
2026-03-31 10:25:36 -05:00
2026-02-22 12:04:09 -06:00
2026-03-31 10:25:36 -05:00
2026-02-22 12:04:09 -06:00
2026-02-23 13:00:22 -06:00
2026-02-22 12:04:09 -06:00
2026-03-31 10:25:36 -05:00
2026-02-22 12:04:09 -06:00

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

Description
No description provided
Readme MIT 48 KiB
Languages
Crystal 100%