Logger.report

Conditional subscription logging

  1. void report(LogLevel level, string text)
  2. void report(Topic topic, string identifier, const(Document) data)
    struct Logger
    @trusted const nothrow
    void
    report
    (,
    lazy string identifier
    ,
    lazy const(Document) data
    )
  3. void report(LogLevel level, string fmt, Args args)

Meta