Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.09 KB

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