2026-04-23 12:56:33 -05:00
2026-04-23 12:56:33 -05: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

S
Description
No description provided
Readme MIT 62 KiB
Languages
Crystal 100%