/DebugLogger

A debug logger for your own tools

Primary LanguagePHP

DebugLogger

2018-02-22 -> 2021-03-05

A debug logger for your own tools.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.DebugLogger

Using the uni command.

uni import Ling/DebugLogger

Or just download it and place it where you want otherwise.

About the debug logger

The main concept behind the debug logger is that it adapts itself to the environment where the log are displayed: web or console.

History Log

  • 1.1.4 -- 2021-03-05

    • update README.md, add install alternative
  • 1.1.3 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.1.2 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.1.1 -- 2018-03-24

    • fix success color not green
  • 1.1.0 -- 2018-03-24

    • change default br to true
  • 1.0.0 -- 2018-02-22

    • initial commit