hollow 0.0.2

Logging library that works


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:

hollow

Hollow is logging for D-lang that attempts to be simple, lightweight while remaining extensive and useable.

import hollow.logger;

Logger myLog = newLogger("myLog");

myLog.INFO("This is a test %s", 1);
myLog.DEBUG("Ohai");
Authors:
  • Andrei Zbikowski
Dependencies:
none
Versions:
0.0.3 2015-Apr-23
0.0.2 2015-Apr-14
0.0.1 2015-Apr-14
~master 2015-Apr-23
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 187 downloads total

Score:
0.5
Short URL:
hollow.dub.pm