/log

Simple Logging for D

Primary LanguageDBoost Software License 1.0BSL-1.0

Simple Logging for D

D License Dub Version

This is a simple logging framework for the D Programming Language.

Examples

Run the included example to see the simple logging in action:

./example.d

Related Projects

  • log.d: abandoned D standard library submission, inspired by glog
  • logger: D standard library submission
  • dlogg: logging utilities aimed to be used concurrently under high load
  • vibe.core.log: the logging facility for vibe.d