dlog

Simple and modular logging library

Usage

We recommend you use dub to add dlog to your project as follows:

dub add dlog

Components

dlog is formed out of two main components:

  1. Logger
    • The logger contains the needed barebones for facilitating the actual logging of text
  2. MessageTransform
    • A MessageTransform is attached to a logger and performs manipulation on the text input into the logger for logging
    • They may be chained as to perform multiple transformations in a stream-like fashion

License

LGPLv3

Navigation