minlog 1.0.0

minimal logger


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

minlog

simple minimal logger for D

usage

import minlog;

auto log = new Logger(Verbosity.info);
log.sinks ~= new Logger.ConsoleSink();
log.verbosity = Verbosity.trace;

log.info("hello world");
Authors:
  • redthing1
Dependencies:
colorize
Versions:
4.1.0 2024-Mar-12
4.0.0 2024-Feb-15
3.0.0 2023-May-19
2.0.0 2022-Nov-17
1.0.0 2022-Jun-08
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 6 downloads this month

  • 196 downloads total

Score:
0.3
Short URL:
minlog.dub.pm